[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH] broken symlink fix



Hello,
When building and installing RPM-4.0.[1-4] straight from the tar ball
the broken symlink ${prefix}/lib/rpmpopt created.
The patch to fix :
<-----------------------------------
diff -Naur rpm-4.0.4.orig/Makefile.am rpm-4.0.4/Makefile.am
--- rpm-4.0.4.orig/Makefile.am	Wed Sep  5 14:09:27 2001
+++ rpm-4.0.4/Makefile.am	Tue Jan  1 18:11:24 2002
@@ -116,7 +116,7 @@
	@rm -f $(DESTDIR)$(libdir)/rpmrc
	@@LN_S@ rpm/rpmrc $(DESTDIR)$(libdir)/rpmrc
	@rm -f $(DESTDIR)$(libdir)/rpmpopt
-	@@LN_S@ rpm/rpmpopt $(DESTDIR)$(libdir)/rpmpopt
+	@@LN_S@ rpm/rpmpopt-$(VERSION) $(DESTDIR)$(libdir)/rpmpopt
	@rm -f $(DESTDIR)$(libdir)/rpm/rpmt
	@@LN_S@ rpmb $(DESTDIR)$(libdir)/rpm/rpmt
	@rm -f $(DESTDIR)$(libdir)/rpm/rpme
<-----------------------------------

PS. Yesterday, before I subscribed to this list,
I sent this patch to jbj using the mail address from INSTALL file. 
I've got no responce ( I believe he uses anti-spam filters on his account ),
therefore this repost.

Sergey Ostrovsky.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []