Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-01-11 11:21:20 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-01-11 11:21:20 +0300
commitb6ed560d8483bdd93cfad2774d848af2cc3fde69 (patch)
treed1c5c8db124f4bf6087a00318cc54dca40a35527 /debian
parent3c5c49caa53e6fd7fe6dd379461cda378604b3db (diff)
runCore.py is now name gajim.py
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 7d576bc05..dce9c1b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,9 @@ install-stamp: build-stamp
cd debian/tmp && install -d `cat ../dirs`
make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp
cp gajim.xpm debian/tmp/usr/share/pixmaps
- chmod -x debian/tmp/usr/share/gajim/runCore.py
- sed -ne '1d;w debian/tmp/runCore.py.tmp' debian/tmp/usr/share/gajim/runCore.py
- mv debian/tmp/runCore.py.tmp debian/tmp/usr/share/gajim/runCore.py
+ chmod -x debian/tmp/usr/share/gajim/gajim.py
+ sed -ne '1d;w debian/tmp/gajim.py.tmp' debian/tmp/usr/share/gajim/gajim.py
+ mv debian/tmp/gajim.py.tmp debian/tmp/usr/share/gajim/gajim.py
binary-indep: checkroot build
$(checkdir)