summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-01-16 07:24:34 (UTC)
committer kergoth <kergoth>2003-01-16 07:24:34 (UTC)
commit5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b (patch) (unidiff)
tree62b5c08bc7b596955490a09e4420ec380dfd3607
parentf564f5118b4b30253f7cce57f5cc4ac94cbe31e6 (diff)
downloadopie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.zip
opie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.tar.gz
opie-5a2f0d70810b6921e255ba6c5c2d15725ad7dc7b.tar.bz2
DESTDIR->INSTALL_ROOT
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/include.pro b/include.pro
index 12908ec..41d8cc7 100644
--- a/include.pro
+++ b/include.pro
@@ -18,52 +18,52 @@ INSTALLS += control
18 18
19# images, default is $$outdir/pics/$$TARGET 19# images, default is $$outdir/pics/$$TARGET
20pics.path = $$outdir/pics/$$TARGET 20pics.path = $$outdir/pics/$$TARGET
21pics.files = pics/* 21pics.files = pics/*
22INSTALLS += pics 22INSTALLS += pics
23 23
24# sounds, default path is $$outdir/sounds/$$TARGET 24# sounds, default path is $$outdir/sounds/$$TARGET
25sounds.path = $$outdir/sounds/$$TARGET 25sounds.path = $$outdir/sounds/$$TARGET
26sounds.files = sounds/* 26sounds.files = sounds/*
27INSTALLS += sounds 27INSTALLS += sounds
28 28
29# init scripts, default path is /etc/init.d 29# init scripts, default path is /etc/init.d
30init.path = /etc/init.d 30init.path = /etc/init.d
31init.files = init.d/* 31init.files = init.d/*
32INSTALLS += init 32INSTALLS += init
33 33
34# data, default path is /usr/share/$$TARGET 34# data, default path is /usr/share/$$TARGET
35data.path = /usr/share/$$TARGET 35data.path = /usr/share/$$TARGET
36data.files = share/* 36data.files = share/*
37INSTALLS += data 37INSTALLS += data
38 38
39etc.path = $$outdir/etc/ 39etc.path = $$outdir/etc/
40etc.files = etc/* 40etc.files = etc/*
41INSTALLS += etc 41INSTALLS += etc
42 42
43apps.path = $$outdir/apps/ 43apps.path = $$outdir/apps/
44apps.files = apps/* 44apps.files = apps/*
45INSTALLS += apps 45INSTALLS += apps
46 46
47# sounds, default path is $$outdir/sounds/$$TARGET 47# sounds, default path is $$outdir/sounds/$$TARGET
48sounds.path = $$outdir/sounds/$$TARGET 48sounds.path = $$outdir/sounds/$$TARGET
49sounds.files = sounds/* 49sounds.files = sounds/*
50INSTALLS += sounds 50INSTALLS += sounds
51 51
52# anything in nonstandard paths 52# anything in nonstandard paths
53root.path = / 53root.path = /
54root.files = root/* 54root.files = root/*
55INSTALLS += root 55INSTALLS += root
56 56
57# new targets 57# new targets
58 58
59lupdate.target = lupdate 59lupdate.target = lupdate
60lupdate.commands = lupdate -noobsolete $(PRO) 60lupdate.commands = lupdate -noobsolete $(PRO)
61 61
62lrelease.target = lrelease 62lrelease.target = lrelease
63lrelease.commands = lrelease $(PRO) 63lrelease.commands = lrelease $(PRO)
64 64
65ipk.target = ipk 65ipk.target = ipk
66ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) DESTDIR="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; ) 66ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; )
67 67
68QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk 68QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk
69 69