diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-12-10 18:34:33 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-12-10 18:34:33 +0100 |
commit | 73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26 (patch) | |
tree | 8e5b96ce66304b5f6ac076664e7cc8223b345ea7 /xnew | |
parent | 289ec939c2028add7d99eb0d069a860df105f8bd (diff) | |
download | xtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.tar.gz xtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.tar.xz xtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.zip |
xnew: spurious slash.
Diffstat (limited to 'xnew')
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew index 05fabb1..5cb76f3 100755 --- a/xnew +++ b/xnew @@ -26,7 +26,7 @@ case "$PKG" in done version=${version%.} PKG=${PKG%-*} - distfiles="$homepage/\${pkgname}-\${version}.$ext" + distfiles="$homepage\${pkgname}-\${version}.$ext" esac mkdir $srcdir/$PKG |