diff options
Diffstat (limited to 'testing/libsepol/symlink.patch')
-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) |