diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-03-05 12:00:18 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-03-05 12:00:18 +0000 |
commit | 488d4e371c95e3ff7b16b31db3f8310868552062 (patch) | |
tree | 09d26064101026d49ce3f9b974c61dd1a7f2d657 /spec-helper.macros.in | |
parent | f603cf1d47b19c2cdf7ef3b62ef828c34714fa1b (diff) | |
download | spec-helper-488d4e371c95e3ff7b16b31db3f8310868552062.tar spec-helper-488d4e371c95e3ff7b16b31db3f8310868552062.tar.gz spec-helper-488d4e371c95e3ff7b16b31db3f8310868552062.tar.bz2 spec-helper-488d4e371c95e3ff7b16b31db3f8310868552062.tar.xz spec-helper-488d4e371c95e3ff7b16b31db3f8310868552062.zip |
fix installation and substitution
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r-- | spec-helper.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 16a20a9..1cd529f 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -1,6 +1,6 @@ # $Id$ -%_spec_helper_dir @SPEC_HELPER_ROOT@ +%_spec_helper_dir @pkgdatadir@ %__spec_helper_post \ %{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %_spec_helper_dir/clean_files} \ |