mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore (vala-nightly): use %conf (#11386)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -138,12 +138,15 @@ cd %{real_name}-%{commit}
|
||||
git checkout %{commit}
|
||||
|
||||
|
||||
%build
|
||||
%conf
|
||||
cd %{real_name}-%{commit}
|
||||
./autogen.sh --help
|
||||
%configure
|
||||
# Don't use rpath!
|
||||
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
|
||||
|
||||
%build
|
||||
cd %{real_name}-%{commit}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user