Changeset 664 in ProjectBuilder for projects/schroot/pbconf
- Timestamp:
- Feb 5, 2009, 3:44:15 PM (16 years ago)
- Location:
- projects/schroot/pbconf/devel/schroot
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/schroot/pbconf/devel/schroot/pbpatch/03-schroot-setup-patch.rpm
r662 r664 18 18 --pid=$PID || true 19 19 20 if [ "$AUTH_VERBOSITY" = "verbose" ]; then21 - 22 + 23 else24 - 25 + 26 fi20 if [ "$AUTH_VERBOSITY" = "verbose" ]; then 21 - lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true 22 + /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true 23 else 24 - lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true 25 + /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true 26 fi 27 27 28 28 fi -
projects/schroot/pbconf/devel/schroot/rpm/schroot.spec
r662 r664 17 17 PBPATCHSRC 18 18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 19 Requires: PBDEP 19 Requires: PBDEP e2fsprogs pam 20 20 BuildRequires: PBBUILDDEP e2fsprogs-devel e2fsprogs pam-devel gcc-c++ 21 21
Note:
See TracChangeset
for help on using the changeset viewer.