[pkg-fso-commits] [SCM] Debian packaging for uboot-envtools branch, udeb, updated. debian/20081215-2-8-g504aa5d

Per Andersson avtobiff at gmail.com
Wed Jun 23 21:38:14 UTC 2010


The following commit has been merged in the udeb branch:
commit 504aa5dae80eec094a9fa96c15b4930d556dbaf5
Author: Per Andersson <avtobiff at gmail.com>
Date:   Wed Jun 23 20:55:31 2010 +0200

    symlinks are now created in the correct direction

diff --git a/debian/uboot-envtools-udeb.postinst b/debian/uboot-envtools-udeb.postinst
index 43a13d9..58df50b 100644
--- a/debian/uboot-envtools-udeb.postinst
+++ b/debian/uboot-envtools-udeb.postinst
@@ -3,8 +3,8 @@
 set -e
 
 if apt-install uboot-envtools ; then
-	ln -fs /usr/sbin/fw_setenv /target/usr/sbin/fw_setenv
-	ln -fs /etc/fw_env.config /target/etc/fw_env.config
+	ln -fs /target/usr/sbin/fw_setenv /usr/sbin/fw_setenv
+	ln -fs /target/etc/fw_env.config /etc/fw_env.config
 else
 	echo "error: Unable to modify the U-Boot boot loader environment"
 	exit 1

-- 
Debian packaging for uboot-envtools



More information about the pkg-fso-commits mailing list