Commit 002efa70a4e48fb5a68194fcef631f48c9ca14f6
1 parent
af85659a
Exists in
master
and in
3 other branches
Updating "deb" packages.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
debian/rules
| @@ -28,8 +28,9 @@ build-stamp: | @@ -28,8 +28,9 @@ build-stamp: | ||
| 28 | 28 | ||
| 29 | mkdir -p scripts | 29 | mkdir -p scripts |
| 30 | automake --add-missing 2> /dev/null | true | 30 | automake --add-missing 2> /dev/null | true |
| 31 | - | 31 | + |
| 32 | ./configure --prefix=/usr | 32 | ./configure --prefix=/usr |
| 33 | + | ||
| 33 | make all | 34 | make all |
| 34 | # --- end custom part for compiling | 35 | # --- end custom part for compiling |
| 35 | 36 |