diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-01-29 22:30:06 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-01-29 22:30:06 +0100 |
commit | cece52feb2cda836b2a43c6dcbfcce7424402e99 (patch) | |
tree | 7369dc856f6d6bffe1976888fa0c4ef86a70ec4d | |
parent | cfb9f92a096decc79000f4398af6f252669e37d0 (diff) | |
download | qt-debug-pkgbuild-cece52feb2cda836b2a43c6dcbfcce7424402e99.tar.gz qt-debug-pkgbuild-cece52feb2cda836b2a43c6dcbfcce7424402e99.zip |
build.sh: Fix path with repo-add.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,6 @@ rm *.pkg.tar* || true makepkg -si cp *.pkg.tar.xz "$outdir" -repo-add "$outdir/repo.db.tar.gz" "$outdir"/*.pkg.tar.xz +repo-add "$outdir/qt-debug.db.tar.gz" "$outdir"/*.pkg.tar.xz cd "$dir" |