aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2006-12-11 20:40:14 -0200
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:39 -0500
commit52b64143c544fc1de7efa32d100221adfdfa40f1 (patch)
treecd57fbbf9ca071eae28858631fa76e69971f7cfe /configure
parent0bc4fab4f6b85b7eef2898aff2ab39f8d0282404 (diff)
Import Debian changes 0.4.1-7
hardinfo (0.4.1-7) unstable; urgency=low * Fixed FTBFS on s390, ia64 and alpha.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure33
1 files changed, 18 insertions, 15 deletions
diff --git a/configure b/configure
index dc35332b..e045f943 100755
--- a/configure
+++ b/configure
@@ -25,21 +25,24 @@
## upstream author will put this on package tarball
create_links ( ) {
-ln -sf arch/linux/common/alsa.h arch/linux/$1/
-ln -sf arch/linux/common/filesystem.h arch/linux/$1/
-ln -sf arch/linux/common/inputdevices.h arch/linux/$1/
-ln -sf arch/linux/common/loadavg.h arch/linux/$1/
-ln -sf arch/linux/common/memory.h arch/linux/$1/
-ln -sf arch/linux/common/modules.h arch/linux/$1/
-ln -sf arch/linux/common/net.h arch/linux/$1/
-ln -sf arch/linux/common/nfs.h arch/linux/$1/
-ln -sf arch/linux/common/os.h arch/linux/$1/
-ln -sf arch/linux/common/pci.h arch/linux/$1/
-ln -sf arch/linux/common/samba.h arch/linux/$1/
-ln -sf arch/linux/common/sensors.h arch/linux/$1/
-ln -sf arch/linux/common/storage.h arch/linux/$1/
-ln -sf arch/linux/common/uptime.h arch/linux/$1/
-ln -sf arch/linux/common/usb.h arch/linux/$1/
+echo "Debug links";
+echo $PWD;
+ln -sf ../common/alsa.h arch/linux/$1/
+ln -sf ../common/filesystem.h arch/linux/$1/
+ln -sf ../common/inputdevices.h arch/linux/$1/
+ln -sf ../common/loadavg.h arch/linux/$1/
+ln -sf ../common/memory.h arch/linux/$1/
+ln -sf ../common/modules.h arch/linux/$1/
+ln -sf ../common/net.h arch/linux/$1/
+ln -sf ../common/nfs.h arch/linux/$1/
+ln -sf ../common/os.h arch/linux/$1/
+ln -sf ../common/pci.h arch/linux/$1/
+ln -sf ../common/samba.h arch/linux/$1/
+ln -sf ../common/sensors.h arch/linux/$1/
+ln -sf ../common/storage.h arch/linux/$1/
+ln -sf ../common/uptime.h arch/linux/$1/
+ln -sf ../common/usb.h arch/linux/$1/
+echo "Done ...";
}
PACKAGE=`basename ${PWD} | cut -d"-" -f1`;