summaryrefslogtreecommitdiff
path: root/pbs-absrepo-convert--filterarch
diff options
context:
space:
mode:
Diffstat (limited to 'pbs-absrepo-convert--filterarch')
-rwxr-xr-xpbs-absrepo-convert--filterarch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-absrepo-convert--filterarch b/pbs-absrepo-convert--filterarch
index 4288014..5940fa0 100755
--- a/pbs-absrepo-convert--filterarch
+++ b/pbs-absrepo-convert--filterarch
@@ -20,7 +20,7 @@ rm -rf *
cat "$tree" | while read mode type treehash path; do
package="${path%%/*}"
repo="$(sed -n "s/^${package} //p" "$repos")"
- commithash="$(sed -n "s/^${treehash} //p" "${TMPDIR}/packages-${package}.commits")"
+ commithash="$(sed -n "s/^${treehash} //p" "../packages-${package}.commits")"
if [[ -n "$commithash" ]]; then
mkdir -p "$repo"
git submodule add ./ "${repo}/${package}"