aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/bin/packages-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-maker/bin/packages-chroot')
-rwxr-xr-xfreedom-maker/bin/packages-chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/freedom-maker/bin/packages-chroot b/freedom-maker/bin/packages-chroot
index f2f0e4c..29a7ae4 100755
--- a/freedom-maker/bin/packages-chroot
+++ b/freedom-maker/bin/packages-chroot
@@ -1,8 +1,8 @@
-#! /bin/sh
+#!/bin/sh
# try to install locally-sourced torouter .deb files
dpkg -i /tmp/dpkg/*.deb
# try to install libertas_uap hack
-cd /tmp/uap_hack/dreamplug_libertas_$(uname -r) && ./install.sh
+cd /tmp/uap_hack/dreamplug_libertas_$kernelversion && ./install.sh