summarylogtreecommitdiffstats
path: root/arch.patch
diff options
context:
space:
mode:
authornemesys2019-08-22 23:07:23 +0000
committernemesys2019-08-22 23:07:23 +0000
commit9d4e89cd0f005d514716a1798b5e59622c13069e (patch)
treea56e427cbe567a639e57f9db1bbeb6c091307413 /arch.patch
parent72a1ed2d917ad45272271410220dd139a2bcad26 (diff)
downloadaur-9d4e89cd0f005d514716a1798b5e59622c13069e.tar.gz
Update to use master git branch of project.
Diffstat (limited to 'arch.patch')
-rw-r--r--arch.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch.patch b/arch.patch
deleted file mode 100644
index c40599ecf82e..000000000000
--- a/arch.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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.
--