diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/eudev/build | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/eudev/build b/core/eudev/build index fcd759e3..0ff38ae8 100755 --- a/core/eudev/build +++ b/core/eudev/build @@ -1,10 +1,5 @@ #!/bin/sh -e -kinstall() { - mkdir -p "${2%/*}"; cp "$3" "$2" - chmod "$1" "$2" -} - ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ @@ -15,4 +10,4 @@ kinstall() { make make DESTDIR="$1" install -DESTDIR=$1 install-sv udevd.run +clsv -d "$1" udevd.run |