[arch-commits] Commit in dos2unix/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:13:20 UTC 2020


    Date: Friday, August 28, 2020 @ 12:13:20
  Author: freswa
Revision: 690664

fix unquoted variables

Modified:
  dos2unix/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:13:17 UTC (rev 690663)
+++ PKGBUILD	2020-08-28 12:13:20 UTC (rev 690664)
@@ -26,6 +26,6 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list