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

Antonio Rojas arojas at archlinux.org
Fri Nov 4 22:05:19 UTC 2016


    Date: Friday, November 4, 2016 @ 22:05:18
  Author: arojas
Revision: 279859

Don't install twice

Modified:
  cfitsio/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ---
 1 file changed, 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-04 21:14:20 UTC (rev 279858)
+++ PKGBUILD	2016-11-04 22:05:18 UTC (rev 279859)
@@ -33,9 +33,6 @@
   cd $pkgname
   make DESTDIR="$pkgdir" install
 
-  install -d "$pkgdir"/usr/bin
-  install -m755 {fpack,funpack,fitscopy,imcopy,smem,speed} "$pkgdir"/usr/bin/
-
   install -D -m644 License.txt \
     "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 



More information about the arch-commits mailing list