diff --git a/buils.sh b/buils.sh --- a/buils.sh +++ b/buils.sh @@ -1,5 +1,4 @@ -hg update -cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/ +cd $DEBBUILDPATH/deb_lppserial/ rm -R lppserial-1.0 cp -R lppserial-1.0.orig lppserial-1.0 diff lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff diff --git a/makedeb.sh b/makedeb.sh --- a/makedeb.sh +++ b/makedeb.sh @@ -1,4 +1,4 @@ -cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/lppserial-1.0 +cd cd $DEBBUILDPATH/deb_lppserial/lppserial-1.0 DEBSIGN_KEYID=E16A9ACD debuild -S pbuilder-lucid-amd64 update