Index: basenji_0.8.0/Basenji/custom-hooks.make
===================================================================
--- basenji_0.8.0.orig/Basenji/custom-hooks.make	2011-10-09 15:30:01.222287869 +0200
+++ basenji_0.8.0/Basenji/custom-hooks.make	2011-10-09 15:30:16.902124704 +0200
@@ -10,9 +10,8 @@
 	cp -R $(BUILD_DIR)/data/* $(DESTDIR)$(datadir)/$(PACKAGE); \
 	\
 	gio_assembly_path="`pkg-config --variable=Libraries gio-sharp-2.0`"; \
-	gio_assembly_name="`basename $$gio_assembly_path`"; \
-	ln -sf "$$gio_assembly_path" -n $(DESTDIR)$(libdir)/$(PACKAGE)/"$$gio_assembly_name"; \
-	ln -sf "$$gio_assembly_path.config" -n $(DESTDIR)$(libdir)/$(PACKAGE)/"$$gio_assembly_name.config";
+	cp "$$gio_assembly_path" $(DESTDIR)$(libdir)/$(PACKAGE); \
+	cp "$$gio_assembly_path.config" -n $(DESTDIR)$(libdir)/$(PACKAGE);
 
 post-uninstall-local-hook:
 	# remove prefix/share/basenji
