summarylogtreecommitdiffstats
path: root/arch.patch
diff options
context:
space:
mode:
authornemaeon2015-07-30 18:23:24 -0400
committernemaeon2015-07-30 18:23:24 -0400
commit72a1ed2d917ad45272271410220dd139a2bcad26 (patch)
treeec3e93c89c105aadb8cdde8a1905ebce50dde54e /arch.patch
downloadaur-72a1ed2d917ad45272271410220dd139a2bcad26.tar.gz
Initial import
Diffstat (limited to 'arch.patch')
-rw-r--r--arch.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch.patch b/arch.patch
new file mode 100644
index 000000000000..c40599ecf82e
--- /dev/null
+++ b/arch.patch
@@ -0,0 +1,25 @@
+--- einstein_2.0.dfsg.2-5.diff.orig 2013-01-26 17:23:38.297314526 +0100
++++ einstein_2.0.dfsg.2-5.diff 2013-01-26 17:28:17.374267298 +0100
+@@ -961,7 +961,7 @@
+
+ $(TARGET): $(OBJECTS)
+ + cd mkres && make
+-+ cd res && ../mkres/mkres --source resources.descr --output einstein.res
+++ cd res && ../mkres/mkres --source resources.descr --output ../einstein.res
+ $(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET)
+
+ clean:
+@@ -971,13 +971,3 @@
+
+ depend:
+ @makedepend $(SOURCES) 2> /dev/null
+-@@ -61,8 +65,7 @@
+- ./$(TARGET)
+-
+- install: $(TARGET)
+-- $(INSTALL) -s -D $(TARGET) $(PREFIX)/bin/$(TARGET)
+-- $(INSTALL) -D einstein.res $(PREFIX)/share/einstein/res/einstein.res
+-+ $(INSTALL) -s -D $(TARGET) $(DESTDIR)/$(PREFIX)/games/$(TARGET)
+-
+- # DO NOT DELETE THIS LINE -- make depend depends on it.
+-