[arch-commits] Commit in xf86-video-amdgpu (2 files)

Laurent Carlier lcarlier at archlinux.org
Tue Mar 6 16:41:37 UTC 2018


    Date: Tuesday, March 6, 2018 @ 16:41:36
  Author: lcarlier
Revision: 317914

fix a typo

Modified:
  xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD
  xf86-video-amdgpu/trunk/PKGBUILD

-------------------------------+
 repos/testing-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/testing-x86_64/PKGBUILD
===================================================================
--- repos/testing-x86_64/PKGBUILD	2018-03-06 16:40:15 UTC (rev 317913)
+++ repos/testing-x86_64/PKGBUILD	2018-03-06 16:41:36 UTC (rev 317914)
@@ -27,7 +27,7 @@
   export CXXFLAGS=${CXXFLAGS/-fno-plt}
   export LDFLAGS=${LDFLAGS/,-z,now}
 
-  ./configure -prefix=/usr \
+  ./configure --prefix=/usr \
     --enable-glamor
   make
 }

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-03-06 16:40:15 UTC (rev 317913)
+++ trunk/PKGBUILD	2018-03-06 16:41:36 UTC (rev 317914)
@@ -27,7 +27,7 @@
   export CXXFLAGS=${CXXFLAGS/-fno-plt}
   export LDFLAGS=${LDFLAGS/,-z,now}
 
-  ./configure -prefix=/usr \
+  ./configure --prefix=/usr \
     --enable-glamor
   make
 }



More information about the arch-commits mailing list