fix a comparison in the test
svn path=/nixpkgs/trunk/; revision=4642
This commit is contained in:
parent
b8a0ebe410
commit
761dceaaae
@ -1,7 +1,7 @@
|
|||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
postInstall() {
|
postInstall() {
|
||||||
if test $hotplugSupport = "1" ; then
|
if test "$hotplugSupport" = "1" ; then
|
||||||
ensureDir $out/etc/hotplug/usb/
|
ensureDir $out/etc/hotplug/usb/
|
||||||
cp tools/hotplug/* $out/etc/hotplug/usb/
|
cp tools/hotplug/* $out/etc/hotplug/usb/
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user