From 103963df0cd1706cb81895c969e360a39700614a Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Jul 05 2009 18:36:32 +0000 Subject: Remove unused patch --- diff --git a/freedink-data-fix-timestamps.patch b/freedink-data-fix-timestamps.patch deleted file mode 100644 index 14d47eb..0000000 --- a/freedink-data-fix-timestamps.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/Makefile b/Makefile -index f3edfaf..776ff00 100644 ---- a/Makefile -+++ b/Makefile -@@ -8,8 +8,18 @@ all: - - install: - # Copy game data -+ -+# The final directory is '$PREFIX/share/dink/dink' ('dink' -+# twice), as there can be site-wide D-Mods such as -+# '$PREFIX/share/dink/island' - install -d -m 755 $(DESTDIR)$(DATADIR)/dink -- cp -r dink $(DESTDIR)$(DATADIR)/dink/ -+ -+# '-a' will preserve timestamps, which some distros prefer. It -+# will also preserve symlinks, which may be useful as there are -+# a few duplicate musics. Use a .zip archive for woe releases, -+# it will duplicate files but avoid creating empty files instead -+# of symlinks. -+ cp -a dink $(DESTDIR)$(DATADIR)/dink/ - - # Clean-up: - # Git files: