summaryrefslogtreecommitdiffstats
path: root/src/oh-buildopk
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-buildopk')
-rw-r--r--src/oh-buildopk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-buildopk b/src/oh-buildopk
index 4ca91c5..6e969ba 100644
--- a/src/oh-buildopk
+++ b/src/oh-buildopk
@@ -38,7 +38,7 @@ while [ ${#} -gt 0 ]; do
# Write debian-binary.
echo '2.0' > debian-binary
# Pack data.tar.gz.
- cd ${1}
+ cd ${1}.data
tar -czf ../data.tar.gz .
cd ..
# Pack control.tar.gz.