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

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:33:06 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:33:05
  Author: arojas
Revision: 412825

Quoting

Modified:
  libomxil-bellagio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:32:19 UTC (rev 412824)
+++ PKGBUILD	2021-04-17 11:33:05 UTC (rev 412825)
@@ -15,7 +15,7 @@
          'c34f9facf0cf26171c81f2fc3d562ec6')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-$pkgver
+  cd ${pkgname}-$pkgver
 
   # Fixes from fedora repo
   patch -Np1 -i ../fedora-fixes.patch
@@ -24,7 +24,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
 
@@ -33,7 +33,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list