mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 10:22:00 +01:00
SELinux binary policy manipulation library https://github.com/SELinuxProject/selinux/wiki
12 lines
367 B
Diff
12 lines
367 B
Diff
--- ./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)
|