Skip to content
Snippets Groups Projects
Commit 8c17836f authored by Utkarsh Gupta's avatar Utkarsh Gupta
Browse files

Revert "Try to install the extension to the right place"

This reverts commit af51127c.
parent af51127c
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,5 @@ export DH_VERBOSE = 1
export GEM2DEB_TEST_RUNNER = --check-dependencies
#export DH_RUBY = --gem-install
archdir=`ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']"`
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_auto_install:
(cd ext && rake)
mkdir -p debian/ruby-http-parser/"$(archdir)"
find ext/ -name 'libhttp-parser-ext.so' -exec cp "{}" debian/ruby-http-parser/"$(archdir)" ";"
dh_auto_install -O--buildsystem=ruby
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment