Changeset 78
- Timestamp:
- 02/21/06 23:34:32 (7 years ago)
- File:
-
- 1 edited
-
debian/rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r77 r78 22 22 23 23 # compilation et installation des binaires 24 pushd src/24 cd src/ 25 25 make 26 popd26 cd .. 27 27 28 28 touch build-stamp … … 36 36 #-$(MAKE) clean 37 37 #-$(MAKE) distclean 38 pushd src/38 cd src/ 39 39 make clean 40 popd40 cd .. 41 41 42 42 dh_clean … … 88 88 ## chown 33.33 debian/tmp/etc/webalizer -R 89 89 90 pushd debian/tmp/usr/lib/alternc90 cd debian/tmp/usr/lib/alternc 91 91 chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create 92 92 chmod a+rx,a-w webalizer/* 93 93 chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create 94 popd95 pushd debian/tmp/usr/share/alternc/1.0/install94 cd ../../../../../ 95 cd debian/tmp/usr/share/alternc/1.0/install 96 96 chmod a+x alternc.install alternc.update initrep.sh ldap.sh mysql.sh newone.php 97 popd97 cd ../../../../../../../ 98 98 99 99 # dh_install --prefix=install/alternc
Note: See TracChangeset
for help on using the changeset viewer.
