Skip to content

Commit

Permalink
rename prepare.sh into autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Carrier committed Jan 9, 2013
1 parent 5dec7ff commit f54b28e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -xe
./prepare.sh
./autogen.sh
./configure $@
make
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ override_dh_installinit:
.PHONY: build
build:
dh $@ --before dh_auto_configure
./prepare.sh
./autogen.sh
dh $@ --remaining

0 comments on commit f54b28e

Please sign in to comment.