Changeset 5462 for django/branches/unicode/scripts/rpm-install.sh
- Timestamp:
- 06/11/07 09:51:26 (2 years ago)
- Files:
-
- django/branches/unicode (modified) (1 prop)
- django/branches/unicode/scripts/rpm-install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode
- Property svnmerge-integrated changed from /django/trunk:1-5443 to /django/trunk:1-5460
django/branches/unicode/scripts/rpm-install.sh
r4912 r5462 22 22 sed -e "/\.py[co]$/d" -e "s/\.py$/.py*/" DIRS FILES >INSTALLED_FILES 23 23 24 mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man1/ 25 cp docs/man/* ${RPM_BUILD_ROOT}/%{_mandir}/man1/ 26 cat << EOF >> INSTALLED_FILES 27 %doc %{_mandir}/man1/*" 28 EOF
