diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-05 15:38:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-05 15:38:04 +0000 |
commit | f8c8700d6044a2b74289c15c28c4144c87fd293f (patch) | |
tree | a7a00887e1a8c52c9403d4ac1f1cab8943314b27 /openwrt/package/quagga/Makefile | |
parent | b7216f0b13b029c42c9a83ba86319bba8eb2a0ed (diff) | |
download | mtk-20170518-f8c8700d6044a2b74289c15c28c4144c87fd293f.zip mtk-20170518-f8c8700d6044a2b74289c15c28c4144c87fd293f.tar.gz mtk-20170518-f8c8700d6044a2b74289c15c28c4144c87fd293f.tar.bz2 |
Avoid mkdir in postinst, doing it in the Makefile
SVN-Revision: 3138
Diffstat (limited to 'openwrt/package/quagga/Makefile')
-rw-r--r-- | openwrt/package/quagga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/quagga/Makefile b/openwrt/package/quagga/Makefile index e08688c..a1cc122 100644 --- a/openwrt/package/quagga/Makefile +++ b/openwrt/package/quagga/Makefile @@ -81,6 +81,7 @@ $(IPKG_QUAGGA): install -d -m0755 $(IDIR_QUAGGA)/etc/init.d/ install -m0755 ./files/quagga.init $(IDIR_QUAGGA)/etc/init.d/quagga ln -sf quagga $(IDIR_QUAGGA)/etc/init.d/S49quagga + install -m0755 $(IDIR_QUAGGA)/var/run/quagga $(RSTRIP) $(IDIR_QUAGGA) $(IPKG_BUILD) $(IDIR_QUAGGA) $(PACKAGE_DIR) |