First check in

This commit is contained in:
2016-09-29 11:30:46 -05:00
commit 01423e287c
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
diff -Naur a/libcap/Makefile b/libcap/Makefile
--- a/libcap/Makefile 2016-01-30 18:01:41.000000000 -0600
+++ b/libcap/Makefile 2016-09-29 11:24:21.488000000 -0500
@@ -66,7 +66,6 @@
mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
install -m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
mkdir -p -m 0755 $(FAKEROOT)$(LIBDIR)
- install -m 0644 $(STALIBNAME) $(FAKEROOT)$(LIBDIR)/$(STALIBNAME)
install -m 0644 $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MINLIBNAME)
ln -sf $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MAJLIBNAME)
ln -sf $(MAJLIBNAME) $(FAKEROOT)$(LIBDIR)/$(LIBNAME)

2
SRC/patches/README Normal file
View File

@@ -0,0 +1,2 @@
Place any patch files here and preface each with a number indicating
the order of execution. Patch files are expected to use a .patch extension.