[arch-commits] Commit in dvd+rw-tools/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 17 11:18:01 UTC 2021
Date: Saturday, April 17, 2021 @ 11:18:01
Author: arojas
Revision: 412810
Quoting
Modified:
dvd+rw-tools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-17 11:17:18 UTC (rev 412809)
+++ PKGBUILD 2021-04-17 11:18:01 UTC (rev 412810)
@@ -24,7 +24,7 @@
'4424c24a143b3346330e04039b170da5e8201617e6b620d8e33897e80580e9b4e572ca4757dd885ba09d1df45151a277ddb299f2735f18a19e9deffac731d8aa')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
# patches from Gentoo/Fedora
# see https://bugs.gentoo.org/257360, https://bugzilla.redhat.com/show_bug.cgi?id=426068
# and https://bugzilla.redhat.com/show_bug.cgi?id=243036
@@ -38,10 +38,10 @@
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
install -m755 -d "${pkgdir}/usr/bin"
install -m755 -d "${pkgdir}/usr/share/man/man1"
install -m755 growisofs dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo dvd-ram-control "${pkgdir}/usr/bin/"
- install -m644 growisofs.1 ${pkgdir}/usr/share/man/man1/growisofs.1
+ install -m644 growisofs.1 "${pkgdir}"/usr/share/man/man1/growisofs.1
}
More information about the arch-commits
mailing list