mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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
|
||||
|
||||
postInstall() {
|
||||
if test $hotplugSupport = "1" ; then
|
||||
if test "$hotplugSupport" = "1" ; then
|
||||
ensureDir $out/etc/hotplug/usb/
|
||||
cp tools/hotplug/* $out/etc/hotplug/usb/
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user