diff options
author | Tycho Andersen <tycho@docker.com> | 2017-03-16 20:43:20 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-17 20:34:35 +0000 |
commit | 8efbb80f050bc81ad9db7e15d7f305446279d446 (patch) | |
tree | 209d5912cc4c04d538c2ea070b0b512ca1d024ae /testing | |
parent | fae2e83aa4505e71d5d9ca9a2bc56c19e54a8798 (diff) | |
download | aports-8efbb80f050bc81ad9db7e15d7f305446279d446.tar.bz2 aports-8efbb80f050bc81ad9db7e15d7f305446279d446.tar.xz |
testing/libsepol: remove unused patch file
79cf2406c15e633846af2208291c2f2a29b5b9a8 removed the use for this file, but
didn't remove the file itself.
Signed-off-by: Tycho Andersen <tycho@docker.com>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libsepol/symlink.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libsepol/symlink.patch b/testing/libsepol/symlink.patch deleted file mode 100644 index ba35819720..0000000000 --- a/testing/libsepol/symlink.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Makefile.orig -+++ ./src/Makefile -@@ -70,7 +70,7 @@ - install -m 755 $(LIBSO) $(SHLIBDIR) - test -d $(LIBDIR)/pkgconfig || install -m 755 -d $(LIBDIR)/pkgconfig - install -m 644 $(LIBPC) $(LIBDIR)/pkgconfig -- ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET) -+ ln -sf $(LIBSO) $(LIBDIR)/$(TARGET) - - relabel: - /sbin/restorecon $(SHLIBDIR)/$(LIBSO) |