From: Victor Martinez Date: Tue, 10 Sep 2013 16:43:11 +0000 (+0000) Subject: Fixed link to pkgadd creation in pkgrm-cross and pkginfo-cross X-Git-Url: http://gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F3.0;p=pkgutils-cross.git Fixed link to pkgadd creation in pkgrm-cross and pkginfo-cross --- diff --git a/pkginfo-cross b/pkginfo-cross index 201c580..69c795a 100755 --- a/pkginfo-cross +++ b/pkginfo-cross @@ -16,7 +16,7 @@ fi if [ -x $PKGINFO ]; then $PKGINFO -r $CLFS $@ else - ln -s pkgadd pkginfo + ln -s pkgadd $PKGINFO $PKGINFO -r $CLFS $@ fi diff --git a/pkgrm-cross b/pkgrm-cross index 555af2c..6470a24 100755 --- a/pkgrm-cross +++ b/pkgrm-cross @@ -16,7 +16,7 @@ fi if [ -x $PKGRM ]; then $PKGRM -r $CLFS $@ else - ln -s pkgadd pkgrm + ln -s pkgadd $PKGRM $PKGRM -r $CLFS $@ fi