author | mickeyl <mickeyl> | 2004-01-05 15:41:45 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-05 15:41:45 (UTC) |
commit | 22e51ed82162ef307f3f8cef21d3288147f18cad (patch) (side-by-side diff) | |
tree | d3318a78deb837c91aca6d048ad649716060a5a3 /Rules.make | |
parent | 969831e80dd285e8c95e8a91333a626717d5543e (diff) | |
download | opie-22e51ed82162ef307f3f8cef21d3288147f18cad.zip opie-22e51ed82162ef307f3f8cef21d3288147f18cad.tar.gz opie-22e51ed82162ef307f3f8cef21d3288147f18cad.tar.bz2 |
support a customizable quicklaunch path, this fixes the problem when
people install quicklaunch applications to non-root hence having
the link pointing to non-existing ./quicklauncher
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,4 +23,5 @@ ifneq ($(CONFIG_QUICK_LAUNCH),) echo CONFIG -= quick-app >> $@ echo CONFIG += quick-app-lib >> $@ + echo QUICKLAUNCH_PATH = $(CONFIG_QUICKLAUNCH_PATH) >> $@ echo \} >> $@ else |