Skip to content

Commit

Permalink
feat: remove autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Apr 23, 2024
1 parent 4947d94 commit 07c8fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian-12/eth-node-nimbus-eth2/24.3.0-1/src/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ override_dh_auto_build: $(BINARIES)


override_dh_auto_install: copy_binaries
cp -R $(DIST_PATH) /usr/share/eth-node-nimbus-eth2
dh_auto_install
#make dh_auto_install --destdir=/usr/lib/eth-node-nimbus-eth2
# cp -R $(DIST_PATH) /usr/share/eth-node-nimbus-eth2
# dh_auto_install
make dh_auto_install --destdir=/usr/lib/eth-node-nimbus-eth2

override_dh_auto_clean:
# on ubuntu clean fails, before dependency installation
Expand Down

0 comments on commit 07c8fd1

Please sign in to comment.