diff options
Diffstat (limited to 'kqemu')
-rwxr-xr-x | kqemu/kqemu.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kqemu/kqemu.SlackBuild b/kqemu/kqemu.SlackBuild index a9b724aa..12e68027 100755 --- a/kqemu/kqemu.SlackBuild +++ b/kqemu/kqemu.SlackBuild @@ -45,7 +45,7 @@ PREFIX=${PREFIX:=/usr} OPTCONF=${OPTCONF:=""} MD5=${MD5:=$MD5_ORIG} URL=${URL:="http://fabrice.bellard.free.fr/qemu/$SRC"} -KVERSION=$( uname -r ) +KVERSION=`uname -r | tr - _ ` # ---------------- SlackBuild Help ---------------------- if [ "$1" = "--help" -o "$1" = "help" ]; then @@ -177,6 +177,7 @@ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs st # ---------------- Cria doinstall ---------------------- # Script de instalação mkdir $PKG/install + echo -e "\n\n\033[01;32m doinst.sh \n\033[m" cat << EOF_DONINST > install/doinst.sh #!/bin/sh |