diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-10-19 15:19:22 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-10-19 15:19:22 +0300 |
commit | 7cfec1048afdaf80a5a32899e5fd44c822ef24fa (patch) | |
tree | 9ca7a9e1f1df33a128ed630888e674696048226d /libc/debian/rules | |
parent | f57e4dc537cc669be2c91dce7464731786909780 (diff) | |
download | illumos-packaging-7cfec1048afdaf80a5a32899e5fd44c822ef24fa.tar.gz |
Typo
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 |