Blob Blame History Raw
diff -upr librtas-1.4.1/librtasevent_src/Makefile librtas-1.4.1p/librtasevent_src/Makefile
--- librtas-1.4.1/librtasevent_src/Makefile	2016-03-28 21:59:38.000000000 +0530
+++ librtas-1.4.1p/librtasevent_src/Makefile	2016-04-29 19:05:27.550567796 +0530
@@ -39,14 +39,14 @@ all: $(LIBRE_OBJS) $(HEADERS)
 install:
 	@$(call install_lib,$(LIBRE),$(DESTDIR))
 	@$(call install_inc,$(LIBRE_HDRS),$(DESTDIR))
-	@ln -sf $(LIBRE) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRE))/$(LIBRE_SONAME)
-	@ln -sf $(LIBRE) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRE))/$(LIBRE_SONAME).1
+	@ln -sf $(LIBRE) $(DESTDIR)/$(LIB_DIR)/$(LIBRE_SONAME)
+	@ln -sf $(LIBRE) $(DESTDIR)/$(LIB_DIR)/$(LIBRE_SONAME).1
 
 uninstall:
 	@$(call uninstall_lib,$(LIBRE),$(DESTDIR))
 	@$(call uninstall_inc,$(LIBRE_HDRS),$(DESTDIR))
-	@rm -f $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRE))/$(LIBRE_SONAME)
-	@rm -f $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRE))/$(LIBRE_SONAME).1
+	@rm -f $(DESTDIR)/$(LIB_DIR)/$(LIBRE_SONAME)
+	@rm -f $(DESTDIR)/$(LIB_DIR)/$(LIBRE_SONAME).1
 
 clean:
 	@echo "Cleaning up $(WORK_DIR) files..."
Only in librtas-1.4.1p/librtasevent_src: Makefile.orig
diff -upr librtas-1.4.1/librtas_src/Makefile librtas-1.4.1p/librtas_src/Makefile
--- librtas-1.4.1/librtas_src/Makefile	2016-03-28 21:59:38.000000000 +0530
+++ librtas-1.4.1p/librtas_src/Makefile	2016-04-29 19:05:27.550567796 +0530
@@ -44,14 +44,14 @@ librtas_static: $(LIBRTAS_OBJS) $(HEADER
 install:
 	@$(call install_lib,$(LIBRTAS),$(DESTDIR))
 	@$(call install_inc,$(HEADERS),$(DESTDIR))
-	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME)
-	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME).1
+	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)/$(LIBRTAS_SONAME)
+	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)/$(LIBRTAS_SONAME).1
 
 uninstall:
 	@$(call uninstall_lib,$(LIBRTAS),$(DESTDIR))
-	@$(call uninstall_inc,$(HEADERS),$(DESTDIR))
-	@rm -f $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME)
-	@rm -f $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME).1
+	@$(call uninstall_inc,$(LIBRTAS_HDR),$(DESTDIR))
+	@rm -f $(DESTDIR)/$(LIB_DIR)/$(LIBRTAS_SONAME)
+	@rm -f $(DESTDIR)/$(LIB_DIR)/$(LIBRTAS_SONAME).1
 
 clean:
 	@echo "Cleaning up $(WORK_DIR) files..."
Only in librtas-1.4.1p/librtas_src: Makefile.orig