Simple RSS Reader inspired by Gxxgle Reader
Revision | 6c5752743f2d71649be067cedcbd96470c50ac7a (tree) |
---|---|
Time | 2014-08-03 00:38:05 |
Author | hylom <hylom@hylo...> |
Commiter | hylom |
fix: install path in install.sh
@@ -1,5 +1,5 @@ | ||
1 | 1 | FROM=./client/ |
2 | -DEST=/var/grrreader/ | |
2 | +DEST=/var/grrreader/client/ | |
3 | 3 | INITSCRIPT=./initscript |
4 | 4 | |
5 | 5 | rsync $1 -av --exclude=.* --exclude=*~ $FROM $DEST |