summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--axel/.footprint2
-rw-r--r--axel/Pkgfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/axel/.footprint b/axel/.footprint
index 846199b..fc0864a 100644
--- a/axel/.footprint
+++ b/axel/.footprint
@@ -19,7 +19,7 @@ drwxr-xr-x root/root usr/share/locale/zh_CN/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/zh_CN/LC_MESSAGES/axel.mo
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/axel.1.bz2
+-rw-r--r-- root/root usr/share/man/man1/axel.1
drwxr-xr-x root/root usr/share/man/zh_CN/
drwxr-xr-x root/root usr/share/man/zh_CN/man1/
-rw-r--r-- root/root usr/share/man/zh_CN/man1/axel.1
diff --git a/axel/Pkgfile b/axel/Pkgfile
index 8a5b3a4..6406635 100644
--- a/axel/Pkgfile
+++ b/axel/Pkgfile
@@ -20,6 +20,6 @@ build ()
--mandir=$mandir \
--strip=0;
# strip is disabled because pkg++ will do the job later.
- make;
+ make CC=$CTARGET-gcc;
make DESTDIR=$PKG install;
}