[axel-commits] r109 - /branches/2.x/configure /branches/2.x/gui/kapt/Makefile /trunk/configure /trunk/gui/kapt/Makefile

appaji at users.alioth.debian.org appaji at users.alioth.debian.org
Mon Apr 27 13:57:43 UTC 2009


Author: appaji
Date: Mon Apr 27 13:57:43 2009
New Revision: 109

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=109
Log:
Introduce arch indep directory

Modified:
    branches/2.x/configure
    branches/2.x/gui/kapt/Makefile
    trunk/configure
    trunk/gui/kapt/Makefile

Modified: branches/2.x/configure
URL: http://svn.debian.org/wsvn/axel/branches/2.x/configure?rev=109&op=diff
==============================================================================
--- branches/2.x/configure (original)
+++ branches/2.x/configure Mon Apr 27 13:57:43 2009
@@ -9,8 +9,9 @@
 prefix='/usr/local'
 bindir='$prefix/bin'
 etcdir='$prefix/etc'
-mandir='$prefix/share/man'
-locale='$prefix/share/locale'
+sharedir='$prefix/share'
+mandir='$sharedir/man'
+locale='$sharedir/locale'
 
 i18n=1
 debug=0
@@ -51,6 +52,7 @@
 # Expand $prefix
 bindir=`eval echo $bindir`
 etcdir=`eval echo $etcdir`
+sharedir=`eval echo $sharedir`
 mandir=`eval echo $mandir`
 locale=`eval echo $locale`
 if test "$etcdir" = "/usr/etc"; then
@@ -63,6 +65,7 @@
 PREFIX=$prefix
 BINDIR=$bindir
 ETCDIR=$etcdir
+SHAREDIR=$sharedir
 MANDIR=$mandir
 LOCALE=$locale
 

Modified: branches/2.x/gui/kapt/Makefile
URL: http://svn.debian.org/wsvn/axel/branches/2.x/gui/kapt/Makefile?rev=109&op=diff
==============================================================================
--- branches/2.x/gui/kapt/Makefile (original)
+++ branches/2.x/gui/kapt/Makefile Mon Apr 27 13:57:43 2009
@@ -7,3 +7,5 @@
 	install -m 0755 axel-kapt $(DESTDIR)$(BINDIR)
 	mkdir -p $(DESTDIR)$(MANDIR)/man1/
 	install -m 0644 axel-kapt.1 $(DESTDIR)$(MANDIR)/man1/
+	mkdir -p $(DESTDIR)$(SHAREDIR)/applications/
+	install -m 0644 axel-kapt.desktop $(DESTDIR)$(SHAREDIR)/applications/

Modified: trunk/configure
URL: http://svn.debian.org/wsvn/axel/trunk/configure?rev=109&op=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Apr 27 13:57:43 2009
@@ -9,8 +9,9 @@
 prefix='/usr/local'
 bindir='$prefix/bin'
 etcdir='$prefix/etc'
-mandir='$prefix/share/man'
-locale='$prefix/share/locale'
+sharedir='$prefix/share'
+mandir='$sharedir/man'
+locale='$sharedir/locale'
 
 i18n=1
 debug=0
@@ -51,6 +52,7 @@
 # Expand $prefix
 bindir=`eval echo $bindir`
 etcdir=`eval echo $etcdir`
+sharedir=`eval echo $sharedir`
 mandir=`eval echo $mandir`
 locale=`eval echo $locale`
 if test "$etcdir" = "/usr/etc"; then
@@ -63,6 +65,7 @@
 PREFIX=$prefix
 BINDIR=$bindir
 ETCDIR=$etcdir
+SHAREDIR=$sharedir
 MANDIR=$mandir
 LOCALE=$locale
 

Modified: trunk/gui/kapt/Makefile
URL: http://svn.debian.org/wsvn/axel/trunk/gui/kapt/Makefile?rev=109&op=diff
==============================================================================
--- trunk/gui/kapt/Makefile (original)
+++ trunk/gui/kapt/Makefile Mon Apr 27 13:57:43 2009
@@ -7,3 +7,5 @@
 	install -m 0755 axel-kapt $(DESTDIR)$(BINDIR)
 	mkdir -p $(DESTDIR)$(MANDIR)/man1/
 	install -m 0644 axel-kapt.1 $(DESTDIR)$(MANDIR)/man1/
+	mkdir -p $(DESTDIR)$(SHAREDIR)/applications/
+	install -m 0644 axel-kapt.desktop $(DESTDIR)$(SHAREDIR)/applications/




More information about the axel-commits mailing list