In a debian/rules file I am currently testing, the following two lines are
included:
        install -o root -g root -m 755 -d $(DEBLIB)
        install -o root -g root -m 777 -d $(DEBLIB)/netplan.dir

where $(DEBLIB) is 'pwd'/debian/tmp/usr/lib/plan. I want usr/lib/plan to
have mode 755 and usr/lib/plan/netplan.dir to have mode 777. However, the
above two lines leave both as 755. Am I missing something here? For now I
also have a chmod command in debian/rules but I thought the above method
would be cleaner. Any help is gratefully appreciated. Cheers, Colin.

--
          Colin R. Telmer, Institute of Intergovernmental Relations
                School of Policy Studies, Queen's University
                     Kingston, Ontario, Canada, K7L-3N6
              (613)545-6000x4219   [EMAIL PROTECTED]
     PGP Fingerprint = 09 E9 DA 66 9C EE 33 DC  B8 3B 97 0E 01 BC EC 0B
           PGP Public Key at <URL:http://terrapin.econ.queensu.ca>



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to