From 0ab371e53547d3a13edbb5730f961848504fd660 Mon Sep 17 00:00:00 2001 From: selea Date: Thu, 14 May 2020 16:57:36 +0200 Subject: [PATCH] Update packagingscript.sh --- packagingscript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packagingscript.sh b/packagingscript.sh index 3d8385a..1f66886 100755 --- a/packagingscript.sh +++ b/packagingscript.sh @@ -5,7 +5,7 @@ pkgname=lp-ddns repo="wioxjk/lp-ddns" -current=$(reprepro -b /srv/repos/ list stable bashtop | head -n1 | awk '{print $3}') +current=$(reprepro -b /srv/repos/ list stable lp-ddns | head -n1 | awk '{print $3}') if [[ ! -d /tmp/${pkgname} ]]; then git clone https://github.com/$repo /tmp/lp-ddns @@ -23,7 +23,7 @@ if [ "$current" == "$new" ]; then exit fi -echo "New BASHTOP version $current -> $new" +echo "New LP-DDNS version $current -> $new" STARTDIR="/tmp/${pkgname}/build" DESTDIR="$STARTDIR/pkg"