• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

Revisão6c5752743f2d71649be067cedcbd96470c50ac7a (tree)
Hora2014-08-03 00:38:05
Autorhylom <hylom@hylo...>
Commiterhylom

Mensagem de Log

fix: install path in install.sh

Mudança Sumário

Diff

--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,5 @@
11 FROM=./client/
2-DEST=/var/grrreader/
2+DEST=/var/grrreader/client/
33 INITSCRIPT=./initscript
44
55 rsync $1 -av --exclude=.* --exclude=*~ $FROM $DEST