source: freewrt/toolchain/ipkg-utils/patches/020-fix_python_path.patch@ 695e020

freewrt_1_0 freewrt_2_0
Last change on this file since 695e020 was 695e020, checked in by Thorsten Glaser <tg@…>, 19 years ago

/usr/mpkg/bin/bash: /home/tg/Misc/FreeWRT/staging_dir_mipsel/usr/bin/ipkg-make-index: /usr/bin/python: bad interpreter: No such file or directory

"we must get rid of this, it's creepy" wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@149 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 275 bytes
  • ipkg-utils-1.7/ipkg-make-index

    old new  
    1 #!/usr/bin/python
     1#!/usr/bin/env python
    22# $Id: ipkg-make-index,v 1.20 2003/10/30 02:32:09 jamey Exp $
    33
    44import sys, os, posixpath
Note: See TracBrowser for help on using the repository browser.