diff options
-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 |