- Timestamp:
- 11/17/06 11:49:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r77 r78 577 577 # handling component (dpkg-deb), this can't really be done "properly". We'll have 578 578 # to add chown/chmod commands to the postinst instead. Feh. 579 $pkgdata{$pkgname}{'post'} .= "chmod $perms $filelist\n" if $perms ne '-';580 579 $pkgdata{$pkgname}{'post'} .= "chown $owner $filelist\n" if $owner ne '-'; 581 580 $pkgdata{$pkgname}{'post'} .= "chgrp $group $filelist\n" if $group ne '-'; 581 $pkgdata{$pkgname}{'post'} .= "chmod $perms $filelist\n" if $perms ne '-'; 582 582 } 583 583
Note:
See TracChangeset
for help on using the changeset viewer.