aboutsummaryrefslogtreecommitdiff
path: root/packages/debian/patches/00_buildsys.patch
blob: 94197a63c4562f357c4306c1b9260d88661949b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ruN pd-0.39-2-old/configure pd-0.39-2/configure
--- configure	1970-01-01 01:00:00.000000000 +0100
+++ configure	2006-08-01 19:01:27.000000000 +0200
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd src; ./configure $@
+
diff -ruN pd-0.39-2-old/Makefile pd-0.39-2/Makefile
--- Makefile	1970-01-01 01:00:00.000000000 +0100
+++ Makefile	2006-08-01 19:01:32.000000000 +0200
@@ -0,0 +1,9 @@
+
+all:
+	make -C src
+
+install:
+
+clean:
+	make -C src clean
+