-rw-r--r-- | Makefile.Embedded | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index ec2277e..77def29 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -185,2 +185,3 @@ clean: | |||
185 | install: | 185 | install: |
186 | ifdef KDEPIM_VERSION | ||
186 | cd bin/kdepim; make install | 187 | cd bin/kdepim; make install |
@@ -191,3 +192,5 @@ install: | |||
191 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 192 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
192 | 193 | else | |
194 | @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing. | ||
195 | endif | ||
193 | dist: | 196 | dist: |