summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrt73/build/rt73.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/rt73/build/rt73.SlackBuild b/rt73/build/rt73.SlackBuild
index 43138bc2..117b5021 100755
--- a/rt73/build/rt73.SlackBuild
+++ b/rt73/build/rt73.SlackBuild
@@ -160,9 +160,12 @@ else
tar -xzvf ${SOURCE}
fi
if ! cd ${PRGNAM}-cvs-${VERSION}* ; then
- echo "The content of your sources '${SOURCE}' does not match the"
- echo "date '${VERSION}' of the package you're trying to build!"
- echo "Please download ${SRCURL} again!"
+ echo "**"
+ echo "** The source archive: '$(basename ${SOURCE})' contains '$(ls -d --indicator-style=none ${PRGNAM}-cvs-*)'"
+ echo "** This does not match the version '${VERSION}' of the package you're trying to build!"
+ echo "** Please remove '$(basename ${SOURCE})',"
+ echo "** and (let the script) download '${SRCURL}' again!"
+ echo "**"
exit 1
fi