diff --git a/build.sh b/bin/build.sh similarity index 100% rename from build.sh rename to bin/build.sh diff --git a/makepkg.sh b/bin/makepkg.sh similarity index 99% rename from makepkg.sh rename to bin/makepkg.sh index fb602c0..d10fe80 100755 --- a/makepkg.sh +++ b/bin/makepkg.sh @@ -107,7 +107,7 @@ makefe() { } makebe() { - cd ${builddir} + cd ${builddir}/bin #chmod +x mkpkg.sh chmod +x build.sh ./build.sh ${be_args[@]}