From f8c8700d6044a2b74289c15c28c4144c87fd293f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 5 Feb 2006 15:38:04 +0000 Subject: Avoid mkdir in postinst, doing it in the Makefile SVN-Revision: 3138 --- openwrt/package/quagga/ipkg/quagga.postinst | 1 - 1 file changed, 1 deletion(-) (limited to 'openwrt/package/quagga/ipkg') diff --git a/openwrt/package/quagga/ipkg/quagga.postinst b/openwrt/package/quagga/ipkg/quagga.postinst index ff83cfc..90ffe61 100644 --- a/openwrt/package/quagga/ipkg/quagga.postinst +++ b/openwrt/package/quagga/ipkg/quagga.postinst @@ -45,5 +45,4 @@ echo "ospfapi 2607/tcp" >>${IPKG_INSTROOT}/etc/services echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services fi -mkdir -p $dir chown -R $name:$name $dir -- cgit v1.1