-rw-r--r-- | desktop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Makefile b/desktop/Makefile index edd1f09..ea65c3f 100644 --- a/desktop/Makefile +++ b/desktop/Makefile | |||
@@ -37,7 +37,9 @@ install: | |||
37 | cd /opt/kdepimpi/kdepim; rm -f Make* | 37 | cd /opt/kdepimpi/kdepim; rm -f Make* |
38 | cp -r PIM-pi/* /opt/kde3/share/applnk/PIM-pi/ | 38 | cp -r PIM-pi/* /opt/kde3/share/applnk/PIM-pi/ |
39 | cd /opt/kde3/share/applnk/PIM-pi; rm -fr CVS | 39 | cd /opt/kde3/share/applnk/PIM-pi; rm -fr CVS |
40 | #adding KPhone/Pi and KTimeTracker/Pi to the distribution | 40 | #adding KPhone/Pi and KTimeTracker/Pi to the distribution |
41 | cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/ | 41 | cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/ |
42 | dist: | 42 | dist: |
43 | cd rpm;rpmbuild -bb kdepim_rpm \ No newline at end of file | 43 | mv /opt/kdepimpi/.microkdehome /root/.microkdehome |
44 | cd rpm;rpmbuild -bb kdepim_rpm | ||
45 | mv /root/.microkdehome /opt/kdepimpi/.microkdehome \ No newline at end of file | ||