Run make twice.
This commit is contained in:
parent
d2540e5bc0
commit
fb01be1e7b
@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.3.16
|
Version: 1.3.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -425,6 +425,13 @@ export PATH=/usr/sbin:$PATH
|
|||||||
|
|
||||||
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
|
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
|
||||||
# not the site dir.
|
# not the site dir.
|
||||||
|
# Run 'make' twice because of:
|
||||||
|
# /usr/bin/perl Makefile.PL "INSTALLDIRS=vendor" "PREFIX=/usr"
|
||||||
|
# Warning: -L../src/.libs changed to -L..../perl/../src/.libs
|
||||||
|
# Writing Makefile-pl for Sys::Guestfs
|
||||||
|
# ==> Your Makefile has been rebuilt. <==
|
||||||
|
# ==> Please rerun the make command. <==
|
||||||
|
make INSTALLDIRS=vendor %{?_smp_mflags} ||:
|
||||||
make INSTALLDIRS=vendor %{?_smp_mflags}
|
make INSTALLDIRS=vendor %{?_smp_mflags}
|
||||||
|
|
||||||
# Useful for debugging appliance problems.
|
# Useful for debugging appliance problems.
|
||||||
@ -693,7 +700,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.16-1
|
* Tue May 25 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.16-2
|
||||||
- New upstream version 1.3.16.
|
- New upstream version 1.3.16.
|
||||||
- Add guestfish bash tab completion script.
|
- Add guestfish bash tab completion script.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user