diff options
Diffstat (limited to 'libc/debian/rules')
-rwxr-xr-x | libc/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index 90f19b2..bb944b1 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk export DH_VERBOSE = 1 CC = gcc -VERSION := $(shell dpkg-parsechangelog | perl -ne '/Version:\s+(.+)-[^-]+/ && print $1') +VERSION := $(shell dpkg-parsechangelog | perl -ne '/Version:\s+(.+)-[^-]+/ && print $$1') # We must have this libraries so packages can be compiled, # but if we just use filters provided by illumos gate, it causes |