summaryrefslogtreecommitdiffstats
path: root/misc-scripts/make-sourceball
diff options
context:
space:
mode:
authorEric BĂ©langer <snowmaniscool@gmail.com>2009-02-16 23:37:58 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-02-16 23:37:58 +0100
commitfb1ddcd32626b0dc552ce4d4c6e7c0fbb0b8c887 (patch)
tree23c31298ae2584ee69218f99a7b6581679f5e15e /misc-scripts/make-sourceball
parentab56729c8e997a9f49218ac6bf36f07c3316c8e5 (diff)
downloaddbscripts-fb1ddcd32626b0dc552ce4d4c6e7c0fbb0b8c887.tar.gz
dbscripts-fb1ddcd32626b0dc552ce4d4c6e7c0fbb0b8c887.tar.xz
make-sourceball: copy the proper pkg path
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-xmisc-scripts/make-sourceball2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball
index 3e0ea8c..cfa606a 100755
--- a/misc-scripts/make-sourceball
+++ b/misc-scripts/make-sourceball
@@ -90,7 +90,7 @@ create_srcpackage() {
if [ ! -d "$srcpath" ]; then
mkdir -p "$srcpath"
fi
- cp "$pkgname/$pkg_file" "$srcpath"
+ cp "$pkg_file" "$srcpath"
popd >/dev/null