Changeset 219 for debian/rules
- Timestamp:
- 02/21/06 23:51:56 (7 years ago)
- File:
-
- 1 edited
-
debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r218 r219 44 44 dh_installdirs 45 45 46 # default perms that should be used 47 # usr/lib/alternc/* root.www-data 750 48 # etc/alternc/* root.root 750 46 49 47 50 # Add here commands to install the package into debian/tmp. 48 51 # conffiles 49 install -o root -g www-data -m750 \ 52 install -o root -g www-data -m0750 -d debian/tmp/etc/alternc 53 install -o root -g www-data -m0750 \ 50 54 install/etc/alternc/alternc.conf debian/tmp/etc/alternc/ 51 install -o root -g root -m755 \ 55 install -o www-data -g www-data -d debian/tmp/etc/webalizer 56 install -o www-data -g www-data -m0755 \ 52 57 install/etc/webalizer/template.conf debian/tmp/etc/webalizer/ 53 58 # les scripts d'install … … 104 109 dh_link 105 110 dh_compress 106 dh_fixperms 111 #we handle our own perms 112 # dh_fixperms 107 113 108 114
Note: See TracChangeset
for help on using the changeset viewer.
