diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-07 23:36:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-07 23:36:57 +0000 |
commit | 18a2943fdceb9c1197cdc2b2253db52a94437747 (patch) | |
tree | 866b8e1b7001ba4096feecfa2aa97360da6cc8f1 | |
parent | 39729db8c4855c43c0c8f74590198cf7e9f2f7ac (diff) | |
download | rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.gz rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.bz2 rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.xz rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.zip |
no_comment
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | rpmtools.spec | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ all: $(ALL) install: $(ALL) install -d $(PREFIX)/usr/bin - install -s $(ALL) genhdlist_cz2 $(PREFIX)/usr/bin + install -s $(ALL) genhdlist_cz2 build_archive extract_archive $(PREFIX)/usr/bin $(FROMCC): %: %.cc $(CXX) $(CFLAGS) $< $(LIBRPM) -o $@ diff --git a/rpmtools.spec b/rpmtools.spec index 0202a27..c54fa30 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -55,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Mar 7 2000 Pixel <pixel@mandrakesoft.com> 1.1-1mdk - new version (gendepslist2 instead of gendepslist, hdlist2prereq) +- missing Requires, must wait for francois to choose the names for build_archive/extract_archive :) * Fri Feb 18 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0-9mdk - Really fix with rpm-3.0.4 (Fredl). |