From fb1ddcd32626b0dc552ce4d4c6e7c0fbb0b8c887 Mon Sep 17 00:00:00 2001 From: Eric BĂ©langer Date: Mon, 16 Feb 2009 14:37:58 -0800 Subject: make-sourceball: copy the proper pkg path Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc-scripts') 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 -- cgit v1.2.3-24-g4f1b