Commit 002efa70a4e48fb5a68194fcef631f48c9ca14f6

Authored by Perry Werneck
1 parent af85659a

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 28  
29 29 mkdir -p scripts
30 30 automake --add-missing 2> /dev/null | true
31   -
  31 +
32 32 ./configure --prefix=/usr
  33 +
33 34 make all
34 35 # --- end custom part for compiling
35 36  
... ...