Navigation Menu

Skip to content

Commit

Permalink
deb: don't build against non npm ready platforms #80
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent 638c276 commit 2c7db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/Makefile
Expand Up @@ -2,7 +2,7 @@ REPOSITORIES_PATH = repositories
DISTRIBUTIONS = debian ubuntu
CHROOT_BASE = /var/lib/chroot
ARCHITECTURES = i386 amd64
CODES = squeeze wheezy unstable lucid oneiric precise
CODES = unstable precise

PACKAGE = gcs
VERSION = $(shell ruby -rjson -e 'print JSON.parse(ARGF.read)["version"]' ../../package.json)
Expand Down

0 comments on commit 2c7db17

Please sign in to comment.