blob: 40831b400f7a09804d3f45b37b6263fbf7206a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -Naur backintime-1.0.4.orig/kde4/configure backintime-1.0.4/kde4/configure
--- backintime-1.0.4.orig/kde4/configure 2010-11-08 14:36:52.000000000 +0100
+++ backintime-1.0.4/kde4/configure 2010-11-08 14:42:18.000000000 +0100
@@ -16,13 +16,6 @@
fi
fi
-#check for kdesudo (if not use kdesu)
-if [ -z `which kdesudo` ]; then
- mv backintime-kde4-root.desktop.kdesudo backintime-kde4-root.desktop
-else
- mv backintime-kde4-root.desktop.kdesu backintime-kde4-root.desktop
-fi
-
cp Makefile.template Makefile
echo "All OK. Now run:"
|