Changeset 72feb24 in freewrt


Ignore:
Timestamp:
Apr 3, 2007, 11:41:54 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
3a8d3e3
Parents:
2b54785
Message:
  • move screen from /usr/sbin to /usr/bin, d'oh
  • move screenrc search path from /usr/etc to /etc *GNA*

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/screen/Makefile

    r2b54785 r72feb24  
    99PKG_NAME:=              screen
    1010PKG_VERSION:=           4.0.2
    11 PKG_RELEASE:=           1
     11PKG_RELEASE:=           2
    1212PKG_MD5SUM:=            ed68ea9b43d9fba0972cb017a24940a1
    1313PKG_SOURCE_URL:=        @GNU/screen
     
    1919CONFIGURE_STYLE:=       gnu
    2020CONFIGURE_ENV+=         $(foreach flag,rename fchmod fchown strerror lstat _exit utimes vsnprintf getcwd setlocale strftime,ac_cv_func_${flag}=yes)
     21CONFIGURE_ARGS+=        --with-sys-screenrc=/etc/screenrc
    2122BUILD_STYLE:=           auto
    2223
    2324do-install:
    24         ${INSTALL_DIR} ${IDIR_SCREEN}/usr/sbin
    25         ${INSTALL_BIN} ${WRKBUILD}/screen ${IDIR_SCREEN}/usr/sbin/
     25        ${INSTALL_DIR} ${IDIR_SCREEN}/usr/bin
     26        ${INSTALL_BIN} ${WRKBUILD}/screen ${IDIR_SCREEN}/usr/bin/
    2627
    2728include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.