From 3322feeae7d9bd6fc5b79f0d8a5ebb96e339009e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jan 2012 13:49:22 -0500 Subject: Rename data directories in work area. Also, fix an 'rm' command in opkbuild. --- (limited to 'src/oh-buildopk') 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. -- cgit v0.9.1