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

Balló György bgyorgy at archlinux.org
Mon Jan 15 16:08:01 UTC 2018


    Date: Monday, January 15, 2018 @ 16:08:00
  Author: bgyorgy
Revision: 282744

notify-osd: minor changes

Modified:
  notify-osd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 14:56:31 UTC (rev 282743)
+++ PKGBUILD	2018-01-15 16:08:00 UTC (rev 282744)
@@ -16,12 +16,10 @@
 sha256sums=('119fd662e4cbfeec492c1f96e26687dbfb5986076114bda488807358e54cfb53')
 
 prepare() {
-  cd "$srcdir"
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$srcdir"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
               --disable-schemas-compile
   make
@@ -28,7 +26,6 @@
 }
 
 package() {
-  cd "$srcdir"
   make DESTDIR="$pkgdir" install
 
   # Remove readme file from non-standard location



More information about the arch-commits mailing list