nixpkgs/pkgs/misc/sane-backends/builder.sh
Armijn Hemel 761dceaaae fix a comparison in the test
svn path=/nixpkgs/trunk/; revision=4642
2006-01-31 15:53:58 +00:00

13 lines
206 B
Bash

source $stdenv/setup
postInstall() {
if test "$hotplugSupport" = "1" ; then
ensureDir $out/etc/hotplug/usb/
cp tools/hotplug/* $out/etc/hotplug/usb/
fi
}
postInstall=postInstall
genericBuild