Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 10, 2016
1 parent c33df00 commit 8ad010c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
fi

before_deploy:
- prorab-apply-version.sh `prorab-deb-version.sh debian/changelog` travis_bintray.json.in
- prorab-apply-version.sh -v `prorab-deb-version.sh debian/changelog` travis_bintray.json.in

deploy:
- provider: bintray
Expand Down
9 changes: 1 addition & 8 deletions pkg-config/makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
include prorab.mk

define this_rule
install::
#install pkg-config files
$(prorab_echo)prorab-apply-version.sh `prorab-deb-version.sh $(prorab_this_dir)../debian/changelog` $(prorab_this_dir)*.pc.in
$(prorab_echo)install -d $(DESTDIR)$(PREFIX)/lib/pkgconfig
$(prorab_echo)install -m=644 $(prorab_this_dir)*.pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
endef
$(eval $(this_rule))
$(eval $(prorab-pkg-config))

0 comments on commit 8ad010c

Please sign in to comment.