Navigation Menu

Skip to content

Commit

Permalink
deb: fix a typo #80
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent 96156ba commit a870275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/gcs.postinst
Expand Up @@ -13,7 +13,7 @@ add_system_user() {
fixperms() {
dpkg-statoverride --list /var/lib/gcs >/dev/null || \
dpkg-statoverride --update --add gcs gcs 0750 /var/lib/gcs
dpkg-statoverride --list /var/lob/gcs >/dev/null || \
dpkg-statoverride --list /var/log/gcs >/dev/null || \
dpkg-statoverride --update --add gcs gcs 0750 /var/log/gcs
dpkg-statoverride --list /var/run/gcs >/dev/null || \
dpkg-statoverride --update --add gcs gcs 0755 /var/run/gcs
Expand Down

0 comments on commit a870275

Please sign in to comment.