diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-05-07 11:47:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-05-07 11:47:00 +0000 |
commit | cf5235e1419f43e89250f09bcfeebdd3ffdb25a3 (patch) | |
tree | e4c16579f19811423aeb0c917c8dd3a3c4171e59 | |
parent | 95b7f8a6d4abf878d557b210d9ecaee5f83adde0 (diff) | |
download | spec-helper-cf5235e1419f43e89250f09bcfeebdd3ffdb25a3.tar spec-helper-cf5235e1419f43e89250f09bcfeebdd3ffdb25a3.tar.gz spec-helper-cf5235e1419f43e89250f09bcfeebdd3ffdb25a3.tar.bz2 spec-helper-cf5235e1419f43e89250f09bcfeebdd3ffdb25a3.tar.xz spec-helper-cf5235e1419f43e89250f09bcfeebdd3ffdb25a3.zip |
fix build (cf previous commit)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PACKAGE = spec-helper VERSION = 0.29 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) -SCRIPT_FILES = clean_files clean_perl compress_files strip_files \ +SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ lib_symlinks gprintify.py fix_mo translate_menu \ fix_pamd gprintify remove_info_dir relink_symlinks fix_eol BIN_FILES = macroszification |