summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-30 14:37:18 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-30 14:37:18 -0700
commitff5d01eb64f28caea37aff39c7d4c23d1c6a1325 (patch)
treec3b1348cd35d97d8308f99ca93d01c3580e77bfb /Makefile.am
parente475a086f6b53d8bb57117d1ef1ea00d72fa9dba (diff)
downloadvyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.tar.gz
vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.zip
Install PPP qos script properly
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21b5a63..c4f1347 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,7 @@ clean-local:
install-exec-hook:
mkdir -p $(DESTDIR)$(cfgdir)
mkdir -p $(DESTDIR)/etc/ppp/ip-up.d
+ install -m 0755 scripts/ppp/qos $(DESTDIR)/etc/ppp/ip-up.d
cd templates; $(cpiop) $(DESTDIR)$(cfgdir)
cd $(gentmpdir); $(cpiop) $(DESTDIR)$(cfgdir)