Ticket #11184: t11184-r11366.patch
File t11184-r11366.patch, 527 bytes (added by , 15 years ago) |
---|
-
scripts/rpm-install.sh
4 4 # 5 5 6 6 # This is what dist.py normally does. 7 pythonsetup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"7 %{__python} setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES" 8 8 9 9 # Sort the filelist so that directories appear before files. This avoids 10 10 # duplicate filename problems on some systems.