- Fix touch paths to allow for build sub-directory.

This commit is contained in:
cagney 2007-09-24 20:35:13 +00:00
commit 1477f26b3d

View file

@ -167,7 +167,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %{?_smp_mflags}
# Fix timestamp of a generated script:
touch -r \
../frysk-gui/frysk-gui/frysk/gui/FryskGui.javain \
../frysk-gui/frysk/gui/FryskGui.javain \
$RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
# ...and a few other ones:
for f in test2866.py test2985.py test3380.py; do
@ -246,6 +246,7 @@ rm -rf %{buildroot}
%changelog
* Mon Sep 24 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.09.24-1
- Fix touch paths to allow for build sub-directory.
- Import frysk-0.0.1.2007.09.24.tar.bz2.
- Remove frysk-20060922-a-cast.patch
- Remove frysk-xfail-2130.patch.