Changeset 1805 in ProjectBuilder for projects/mondorescue/pbconf
- Timestamp:
- Dec 29, 2013, 7:32:15 AM (11 years ago)
- Location:
- projects/mondorescue/pbconf/branches/3.2/mindi-busybox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.2/mindi-busybox/deb/rules
r1387 r1805 5 5 # Uncomment this to turn on verbose mode. 6 6 #export DH_VERBOSE=1 7 export DESTDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs 7 8 8 9 # Define package name for a one-stop change. … … 55 56 # Install the package files into build directory: 56 57 # - start with upstream make install 57 $(MAKE) install CONFIG_PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs 58 $(MAKE) install CONFIG_PREFIX=$(DESTDIR) 59 ./mondo-install.sh 58 60 # - copy doc 59 61 mkdir -p debian/doc-temp -
projects/mondorescue/pbconf/branches/3.2/mindi-busybox/ebuild/mindi-busybox.ebuild
r1202 r1805 14 14 RDEPEND=">=app-arch/bzip2-0.9 15 15 sys-devel/binutils" 16 export DESTDIR="${D}/usr/lib/mindi/rootfs" 16 17 17 18 src_unpack() { … … 28 29 src_install() { 29 30 # bundle up the symlink files for use later 30 emake CONFIG_PREFIX="${D}/usr/lib/mindi/rootfs" install || die 31 emake CONFIG_PREFIX="${DESTDIR}" install || die 32 ./mondo-install.sh || die 31 33 } -
projects/mondorescue/pbconf/branches/3.2/mindi-busybox/rpm/mindi-busybox.spec
r1789 r1805 28 28 rm -rf $RPM_BUILD_ROOT 29 29 30 DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs30 export DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs 31 31 make CONFIG_PREFIX=$DESTDIR install 32 # Make it compatible with latest crazy /bin removal 33 ./mondo-install.sh 32 34 33 35 %clean
Note:
See TracChangeset
for help on using the changeset viewer.