Changeset 566
- Timestamp:
- Sep 5, 2021, 12:10:07 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rules.deb-light.in
r549 r566 65 65 # Fix the permissions 66 66 chmod o-rX `pwd`/debian/@install_name@/@mydataroot@ \ 67 `pwd`/debian/@install_name@/@my conffile@67 `pwd`/debian/@install_name@/@myrpmconffile@ 68 68 if ! test "x@mylogdir@" = "x/var/log"; then \ 69 69 chmod o-rX `pwd`/debian/@install_name@/@mylogdir@; \ -
trunk/rules.deb.in
r549 r566 60 60 # Fix the permissions 61 61 chmod o-rX `pwd`/debian/@install_name@/@mydataroot@ \ 62 `pwd`/debian/@install_name@/@my conffile@62 `pwd`/debian/@install_name@/@myrpmconffile@ 63 63 if ! test "x@mylogdir@" = "x/var/log"; then \ 64 64 chmod o-rX `pwd`/debian/@install_name@/@mylogdir@; \
Note:
See TracChangeset
for help on using the changeset viewer.