source: trunk/debathena/third/openafs/hacked-arch/arch @ 22775

Revision 22775, 90 bytes checked in by ghudson, 17 years ago (diff)
* debathena/third/openafs/hacked-arch/arch, debathena/third/openafs/genchanges.sh: Import supporting files I failed to include previously. * debathena/third/openafs/build-openafs: Use current working directory to find supporting files. Also fix a syntax error in a conditional. * debathena/third/openafs/upload-openafs: Allow apt repository location to be overridden with $DEBATHENA_APT.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2if [ "$KPKG_ARCH" = "amd64" ]; then
3        echo "x86_64"
4else
5        exec /bin/arch "$@"
6fi
Note: See TracBrowser for help on using the repository browser.