summaryrefslogtreecommitdiff
path: root/core/opiealarm
Side-by-side diff
Diffstat (limited to 'core/opiealarm') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opiealarm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/opiealarm/Makefile b/core/opiealarm/Makefile
index 255083d..0c8467e 100644
--- a/core/opiealarm/Makefile
+++ b/core/opiealarm/Makefile
@@ -17,6 +17,10 @@ $(DESTDIR)/opiealarm: opiealarm.c
chmod u+s $(DESTDIR)/opiealarm
chown root $(DESTDIR)/opiealarm 2>/dev/null || echo -e "\nopiealarm must be owned by root to work correctly.\n"
clean:
-rm -f *~ core
+install:
+ cp $(DESTDIR)/opiealarm $(INSTALL_ROOT)/opt/QtPalmtop/bin
+ chown root $(INSTALL_ROOT)/opt/QtPalmtop/bin/opiealarm
+ chmod u+s $(INSTALL_ROOT)/opt/QtPalmtop/bin/opiealarm 2>/dev/null || echo -e "\nopiealarm must be owned by root to work correctly.\n"