diff options
Diffstat (limited to 'misc-scripts')
-rwxr-xr-x | misc-scripts/make-sourceball | 2 |
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 |