diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 15:27:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-23 15:27:11 +0000 |
commit | 555203d52bd1ded0e8b854db302b4693db4581fc (patch) | |
tree | bc6ef2cdf7a64a91f217890f4a045501736d02ef /package | |
parent | f139361bfa0cb5cc99c17af8647c6615c0b9982b (diff) |
fix udev for systems with /bin/install instead of /usr/bin/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/udev/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/udev/Makefile b/package/udev/Makefile index df3e4afff..39d79b4c0 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -33,6 +33,7 @@ $(PKG_BUILD_DIR)/.built: STRIP="/bin/true" \ OPTFLAGS="$(TARGET_CFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INSTALL="install -c" \ all install touch $@ |