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

patch for libdebian-installer Makefile



Attached is a patch the the libdebian-installer Makefile to fix the
fact that you couldn't do "make install" more than once before. 

-- 
michael cardenas | lead software engineer | lindows.com | hyperpoem.net

"Each molecule preaches
   perfect law,
 Each moment chants true
   sutra;
 The most fleeting thought 
   is timeless,
 A single hair's enough to 
   stir the sea"
- Shutaku
Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/libdebian-installer/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	8 Sep 2002 10:21:31 -0000	1.4
+++ Makefile	12 Sep 2002 15:20:14 -0000
@@ -55,8 +55,8 @@
 	install -d  ${incdir}
 	install -m 755 $(LIBNAME) ${libdir}
 	install -m 755 $(LIBNAME_A) ${libdir}
-	ln -s $(LIBNAME) ${libdir}/$(SONAME)
-	ln -s $(LIBNAME) ${libdir}/$(LIB)
+	ln -sf $(LIBNAME) ${libdir}/$(SONAME)
+	ln -sf $(LIBNAME) ${libdir}/$(LIB)
 	install -m 755 $(PIC_LIB) ${libdir}
 	install -m 644 debian-installer.h ${incdir}
 

Attachment: pgpr3ZIUzOVQG.pgp
Description: PGP signature


Reply to: