[med-svn] [Git][med-team/ncbi-igblast][master] debian/rules: Fix ifeq syntax.
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Fri Jan 20 22:31:02 GMT 2023
Aaron M. Ucko pushed to branch master at Debian Med / ncbi-igblast
Commits:
8932193a by Aaron M. Ucko at 2023-01-20T17:30:48-05:00
debian/rules: Fix ifeq syntax.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
%:
dh $@ --sourcedirectory=c++
-ifeq(,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+ifeq "" "$(filter noopt,$(DEB_BUILD_OPTIONS))"
WITH_OPTIM=--with-optimization
endif
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/8932193af1cf759393bab4163209fb1a875a8480
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/8932193af1cf759393bab4163209fb1a875a8480
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230120/c6a645c7/attachment.htm>
More information about the debian-med-commit
mailing list