[arch-commits] Commit in schemacrawler/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Mon Nov 15 10:52:15 UTC 2021
Date: Monday, November 15, 2021 @ 10:52:15
Author: svenstaro
Revision: 1048090
upgpkg: schemacrawler 16.15.11-2: Fix launcher script
Modified:
schemacrawler/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 10:49:58 UTC (rev 1048089)
+++ PKGBUILD 2021-11-15 10:52:15 UTC (rev 1048090)
@@ -2,7 +2,7 @@
pkgname=schemacrawler
pkgver=16.15.11
-pkgrel=1
+pkgrel=2
pkgdesc="Free database schema discovery and comprehension tool"
arch=('any')
url="https://www.schemacrawler.com"
@@ -23,7 +23,7 @@
unzip schemacrawler-$pkgver-distribution.zip
mkdir -p "$pkgdir"/{opt,usr/bin}
cp -r schemacrawler-$pkgver-distribution "$pkgdir"/opt/schemacrawler
- echo -e "#!/bin/bash\ncd /opt/schemacrawler/_schemacrawler\n./schemacrawler.sh" > "$pkgdir"/usr/bin/schemacrawler
+ echo -e '#!/bin/bash\ncd /opt/schemacrawler/_schemacrawler\n./schemacrawler.sh $@' > "$pkgdir"/usr/bin/schemacrawler
chmod -R +r "$pkgdir"/opt/schemacrawler
chmod +x "$pkgdir"/usr/bin/schemacrawler
}
More information about the arch-commits
mailing list