diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-17 23:11:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-17 23:11:20 +0000 |
commit | 65d2d4d44812d6d687d4a194dacc7c0dda514751 (patch) | |
tree | 552714f34d314465af8fe6a3bb72dcdfa5a70508 | |
parent | dcbf4039dc03fb2c05279506e1320079790e11c3 (diff) | |
download | spec-helper-65d2d4d44812d6d687d4a194dacc7c0dda514751.tar spec-helper-65d2d4d44812d6d687d4a194dacc7c0dda514751.tar.gz spec-helper-65d2d4d44812d6d687d4a194dacc7c0dda514751.tar.bz2 spec-helper-65d2d4d44812d6d687d4a194dacc7c0dda514751.tar.xz spec-helper-65d2d4d44812d6d687d4a194dacc7c0dda514751.zip |
no_comment
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | clean_perl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-08-18 Pixel <pixel@mandrakesoft.com> + + * clean_perl: remove the -x (silly me) + 2000-08-17 Pixel <pixel@mandrakesoft.com> * spec-helper: add a rule to call clean_perl @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh d=$RPM_BUILD_ROOT/usr/lib/perl5 |