]> git.ipfire.org Git - thirdparty/lldpd.git/commit
osx: fix postinstall script 0.7.6
authorVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 08:00:01 +0000 (10:00 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 12 Jul 2013 08:06:16 +0000 (10:06 +0200)
commit09587df0ed7135d65d0ba7c419553ee1b8dbf83a
treeba0c38fbc6665add482cbdd26cd1e3ea77e057ef
parent3336988a6ccdc0f0704a1433c833d07d6fc2a2f0
osx: fix postinstall script

`@PRIVSEP_USER@` and `@PRIVSEP_GROUP@` were not substituted with the
appropriate values because they were not declared as an output
variable.
m4/args.m4