Changeset 566


Ignore:
Timestamp:
Sep 5, 2021, 12:10:07 PM (3 years ago)
Author:
katerina
Message:

Fix for ticket #457 (make deb fails for some config file paths).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/rules.deb-light.in

    r549 r566  
    6565        # Fix the permissions
    6666        chmod o-rX `pwd`/debian/@install_name@/@mydataroot@ \
    67                 `pwd`/debian/@install_name@/@myconffile@
     67                `pwd`/debian/@install_name@/@myrpmconffile@
    6868        if ! test "x@mylogdir@" = "x/var/log"; then \
    6969                chmod o-rX `pwd`/debian/@install_name@/@mylogdir@; \
  • trunk/rules.deb.in

    r549 r566  
    6060        # Fix the permissions
    6161        chmod o-rX `pwd`/debian/@install_name@/@mydataroot@ \
    62                 `pwd`/debian/@install_name@/@myconffile@
     62                `pwd`/debian/@install_name@/@myrpmconffile@
    6363        if ! test "x@mylogdir@" = "x/var/log"; then \
    6464                chmod o-rX `pwd`/debian/@install_name@/@mylogdir@; \
Note: See TracChangeset for help on using the changeset viewer.