[arch-commits] Commit in fatresize/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Mar 5 14:11:44 UTC 2020
Date: Thursday, March 5, 2020 @ 14:11:44
Author: arojas
Revision: 590710
Don't install license (FS#65711)
Modified:
fatresize/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-05 13:28:06 UTC (rev 590709)
+++ PKGBUILD 2020-03-05 14:11:44 UTC (rev 590710)
@@ -4,7 +4,7 @@
pkgname=fatresize
pkgver=1.0.4
-pkgrel=3
+pkgrel=4
pkgdesc='A utility to resize FAT filesystems using libparted'
url='https://sourceforge.net/projects/fatresize/'
arch=(x86_64)
@@ -23,5 +23,4 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/
}
More information about the arch-commits
mailing list