summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-05-20 23:37:13 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-05-20 23:37:13 +0200
commit53d1effbd5a66d39029d2ff813b7028ba6f129b7 (patch)
tree4060c84744c9b9c305e16bef8d72909019699834
parent673ac0782db9aa91b196b64a9674bc7e4dc4fb8e (diff)
downloadcolobot-53d1effbd5a66d39029d2ff813b7028ba6f129b7.tar.gz
colobot-53d1effbd5a66d39029d2ff813b7028ba6f129b7.tar.bz2
colobot-53d1effbd5a66d39029d2ff813b7028ba6f129b7.zip
debian/patches: Add fix-music patch.
-rw-r--r--debian/patches/fix-music.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/fix-music.patch b/debian/patches/fix-music.patch
new file mode 100644
index 0000000..033fa33
--- /dev/null
+++ b/debian/patches/fix-music.patch
@@ -0,0 +1,12 @@
+Index: colobot/data/CMakeLists.txt
+===================================================================
+--- colobot.orig/data/CMakeLists.txt 2015-05-20 23:33:27.282246180 +0200
++++ colobot/data/CMakeLists.txt 2015-05-20 23:33:01.048498516 +0200
+@@ -22,6 +22,6 @@
+ add_subdirectory(help)
+ add_subdirectory(levels)
+
+-if(EXISTS music)
++if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/music)
+ add_subdirectory(music)
+ endif()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..632c1c5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-music.patch