Navigation Menu

Skip to content

Commit

Permalink
apt: install gcs command to sbin #80
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent 643854d commit 7d85176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/debian/gcs.install
@@ -1,2 +1,3 @@
usr/bin/
usr/sbin/
usr/lib/gcs/
5 changes: 4 additions & 1 deletion packages/debian/rules
Expand Up @@ -47,6 +47,9 @@ override_dh_install:
for script in bin/*; do \
ln -s $${gcsdir}/bin/$$(basename $${script}) \
$${dest_bindir}; \
done
done; \
sbindir=/usr/sbin; \
dest_sbindir=$(DESTDIR)$${sbindir}; \
mv $${dest_bindir}/gcs $${dest_sbindir}/;

dh_install

0 comments on commit 7d85176

Please sign in to comment.