diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
commit | ff5d01eb64f28caea37aff39c7d4c23d1c6a1325 (patch) | |
tree | c3b1348cd35d97d8308f99ca93d01c3580e77bfb /Makefile.am | |
parent | e475a086f6b53d8bb57117d1ef1ea00d72fa9dba (diff) | |
download | vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.tar.gz vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.zip |
Install PPP qos script properly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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) |