author | zautrix <zautrix> | 2004-12-05 15:47:42 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-12-05 15:47:42 (UTC) |
commit | dcd2bbbc8d3064b35f268a831c567feaafea5fd8 (patch) (unidiff) | |
tree | 94e18f2d88a72679a0ada5861102b99953ddacdc /desktop/Makefile | |
parent | ea023772f18fa52d2b3d523a68d707576629326f (diff) | |
download | kdepimpi-dcd2bbbc8d3064b35f268a831c567feaafea5fd8.zip kdepimpi-dcd2bbbc8d3064b35f268a831c567feaafea5fd8.tar.gz kdepimpi-dcd2bbbc8d3064b35f268a831c567feaafea5fd8.tar.bz2 |
desktop package build changes
-rw-r--r-- | desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Makefile b/desktop/Makefile index 0057a85..edd1f09 100644 --- a/desktop/Makefile +++ b/desktop/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | export KDEPIMDIR = $(shell pwd) | 1 | export KDEPIMDIR = $(shell pwd) |
2 | 2 | ||
3 | export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version) | 3 | export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version) |
4 | export KDEDIR=/kde_dev/kde | 4 | export KDEDIR=/opt/kde3 |
5 | export KDE_DEV_DIR=/kde_dev/kde32/build/kdepim33_proko2_new/ | 5 | export KDE_DEV_DIR=/kde_dev/kdecvs/head/kdepim |
6 | all: | 6 | all: |
7 | cd ../kde2file/caldump;qmake;make | 7 | cd ../kde2file/caldump;qmake;make |
8 | cd ../kde2file/abdump;qmake;make | 8 | cd ../kde2file/abdump;qmake;make |
9 | 9 | ||