Updated for new special_prefix option

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-02-19 15:31:50 +00:00
parent 1ba16c49c2
commit f5bf6e4cb2
2 changed files with 6 additions and 2 deletions

3
debian/rules vendored
View file

@ -34,7 +34,7 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
$(MAKE) install prefix=$(tmpdir)/$(prefix)/System
$(MAKE) install special_prefix=$(tmpdir)
# Build architecture-independent files here.
binary-indep: build install
@ -68,3 +68,4 @@ binary-arch: build install
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install

View file

@ -50,7 +50,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{gs_prefix} --with-library-combo=%
make
%install
make install prefix=${RPM_BUILD_ROOT}%{gs_prefix}/System
make install special_prefix=${RPM_BUILD_ROOT}
%ifos Linux
mkdir -p ${RPM_BUILD_ROOT}/etc/profile.d
@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Feb 19 2001 Nicola Pero <nicola@brainstorm.co.uk>
- Updated for new special_prefix option
* Wed Jan 17 2001 Nicola Pero <nicola@brainstorm.co.uk>
- Updated; heavily simplified and mostly rewritten