[Lunar-commits] <moonbase> pgadmin3: small tweaks.

Florin Braescu florin at lunar-linux.org
Fri Nov 28 14:14:02 CET 2008


commit aec38cb29702e81fe2a342635ffca9cf31fb1933
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 28 15:14:02 2008 +0200

    pgadmin3: small tweaks.
---
 sql/pgadmin3/BUILD |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sql/pgadmin3/BUILD b/sql/pgadmin3/BUILD
old mode 100755
new mode 100644
index 5b01e55..339d834
--- a/sql/pgadmin3/BUILD
+++ b/sql/pgadmin3/BUILD
@@ -1,12 +1,11 @@
 (
 
-
   ./configure  --prefix=/usr            \
                --sysconfdir=/etc        \
                --mandir=/usr/share/man  \
-               --localstatedir=/var     &&
+               --localstatedir=/var    &&
                 
-  make clean   &&             
+  make clean  &&             
   
   default_make
 


More information about the Lunar-commits mailing list