Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi


Commits:
6d99a507 by Robin Candau at 2024-12-27T12:08:45+01:00
Move autoreconf to prepare()

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -25,6 +25,8 @@ 
sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d'
 
 prepare() {
        cd "${pkgname}-${pkgver}"
+       autoreconf -i
+
        # xfce4-terminal.wrapper is a Debian specific script
        # that Arch does not provide
        patch -Np1 < "${srcdir}/fix_xfce4-terminal_binary_name.patch"
@@ -32,7 +34,6 @@ prepare() {
 
 build() {
        cd "${pkgname}-${pkgver}"
-       autoreconf -i
        ./configure --prefix=/usr --sysconfdir=/etc
        make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/6d99a507adae8a253f8d2c004ad9f7e8f0f2aaf2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/6d99a507adae8a253f8d2c004ad9f7e8f0f2aaf2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to