Changeset 2058 for branches/fc15-dev/server/fedora
- Timestamp:
- Nov 20, 2011, 7:48:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/Makefile
r2056 r2058 94 94 cp ${specs}/*.spec $(tmp_specs) 95 95 96 # Remove old .orig files so we're not mislead 96 97 patch-specs: install-srpms 97 98 @cd ${tmp_specs}; \ 98 99 list=`ls ${specs}/*.spec.patch`; \ 100 rm -f *.orig; \ 101 rm -f *.spec.~*~; \ 99 102 for i in $$list; do \ 100 patch < $$i; \103 patch -bV numbered < $$i; \ 101 104 done; \ 102 105 list2=`svn ls ${oursrcdir}`; \
Note: See TracChangeset
for help on using the changeset viewer.