diff options
author | jbj <devnull@localhost> | 1998-11-18 21:41:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-18 21:41:05 +0000 |
commit | 2578b7fc8451f06f83640b448bda098e295447cb (patch) | |
tree | 5e2aca0b793a070ee6db89e5aa2ddee3e68ccc5d /Makefile.am | |
parent | 9e52926682d6df396086c32c9c86a81212441775 (diff) | |
download | librpm-tizen-2578b7fc8451f06f83640b448bda098e295447cb.tar.gz librpm-tizen-2578b7fc8451f06f83640b448bda098e295447cb.tar.bz2 librpm-tizen-2578b7fc8451f06f83640b448bda098e295447cb.zip |
implement abstract fd type almost everywhere.
CVS patchset: 2542
CVS date: 1998/11/18 21:41:05
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 01cbad915..58a77ce2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,8 +49,10 @@ rpmconvert_LDADD = -lrpmbuild -lpopt -lrpm -lgdbm install-data-local: @$(mkinstalldirs) $(DESTDIR)/var/lib/rpm - @rm -f $(DESTDIR)/$(libdir)/rpmrc && ln -s rpm/rpmrc $(DESTDIR)/$(libdir)/rpmrc - @rm -f $(DESTDIR)/$(libdir)/rpmpopt && ln -s rpm/rpmpopt $(DESTDIR)/$(libdir)/rpmpopt + @rm -f $(DESTDIR)/$(libdir)/rpmrc + @ln -s rpm/rpmrc $(DESTDIR)/$(libdir)/rpmrc + @rm -f $(DESTDIR)/$(libdir)/rpmpopt + @ln -s rpm/rpmpopt $(DESTDIR)/$(libdir)/rpmpopt @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/BUILD @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/noarch @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ |