]> git.pld-linux.org Git - packages/ccs-tools.git/blame - ccs-tools-Makefile.patch
- BuildRoot capitalization
[packages/ccs-tools.git] / ccs-tools-Makefile.patch
CommitLineData
69226f92 1--- ccstools/Makefile~ 2008-03-05 12:11:08.000000000 +0100
2+++ ccstools/Makefile 2008-03-05 12:14:49.672333658 +0100
4331c7a2 3@@ -14,17 +14,12 @@
69226f92 4
4331c7a2 5 install: all
69226f92 6 mkdir -p $(INSTALLDIR)/usr/lib/ccs/misc $(INSTALLDIR)/sbin $(INSTALLDIR)/usr/sbin
4331c7a2 7- chmod 755 $(INSTALLDIR)/usr/lib/ccs
69226f92 8- chmod 755 domainmatch init_policy.sh tomoyo_init_policy.sh
4331c7a2 9 cp -af --remove-destination ccstools ccstools.conf $(INSTALLDIR)/usr/lib/ccs/
69226f92 10 for i in $(ALIAS_LIST); do ln -f $(INSTALLDIR)/usr/lib/ccs/ccstools $(INSTALLDIR)/usr/lib/ccs/$$i; done
11 for i in $(ALIAS_LIST); do ln -sf /usr/lib/ccs/$$i $(INSTALLDIR)/usr/sbin/ccs-`echo $$i | sed 's:^ccs-::'`; done
12 cp -af --remove-destination realpath domainmatch init_policy.sh tomoyo_init_policy.sh $(INSTALLDIR)/usr/lib/ccs/
13 cp -af --remove-destination $(MISC_FILES) $(INSTALLDIR)/usr/lib/ccs/misc/
4331c7a2 14 cp -af --remove-destination README.ccs COPYING.ccs $(INSTALLDIR)/usr/lib/ccs/
69226f92 15- chown -R root:root ccs-init tomoyo-init $(INSTALLDIR)/usr/lib/ccs/
4331c7a2 16- chmod 4755 $(INSTALLDIR)/usr/lib/ccs/misc/force-logout
69226f92 17- chmod 700 ccs-init tomoyo-init
18 cp -af --remove-destination ccs-init tomoyo-init $(INSTALLDIR)/sbin/
19 mkdir -p $(INSTALLDIR)/usr/share/man/man8/
20 cp -af --remove-destination man/man8/* $(INSTALLDIR)/usr/share/man/man8/
This page took 0.219485 seconds and 4 git commands to generate.