From eb5009f6996af079af88cece5e4fa7eb4c912c70 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 20 May 2011 18:17:42 +0000 Subject: [PATCH] Update prngd build.sh --- prngd/build.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/prngd/build.sh b/prngd/build.sh index 66c6c90..6243608 100755 --- a/prngd/build.sh +++ b/prngd/build.sh @@ -1,10 +1,7 @@ #!/bin/bash -# -# This is a generic build.sh script -# It can be used nearly unmodified with many packages -# +# This is a buildpkg build.sh script # build.sh helper functions -. ${BUILDPKG_BASE}/scripts/build.sh.functions +. ${BUILDPKG_SCRIPTS}/build.sh.functions # ########################################################### # Check the following 4 variables before running the script @@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz #patch[0]= # Source function library -. ${BUILDPKG_BASE}/scripts/buildpkg.functions +. ${BUILDPKG_SCRIPTS}/buildpkg.functions # Global settings no_configure=1