From e97988d5527f65c8b94bd8c55a2d9349572d3ebb Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 2 May 2018 12:50:47 +0200 Subject: [PATCH] Bug fixes --- debian/changelog | 2 +- vn-debuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 26831bf..2a9187c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-repo (2.0.30) stable; urgency=low +vn-repo (2.0.31) stable; urgency=low * Initial Release. diff --git a/vn-debuild b/vn-debuild index 0805702..97507e1 100755 --- a/vn-debuild +++ b/vn-debuild @@ -9,13 +9,13 @@ fi buildDir="$srcDir/.." -repreproDir="/var/cache/reprepro" +repreproDir="/usr" codename="stable" owner=`stat -c '%U' "$repreproDir"` -if [ "$onwer" -ne "$USER" ]; then - echo "You must start this script with '$onwer' user" +if [ "$owner" != "$USER" ]; then + echo "You must start this script with '$owner' user" exit 1 fi