Changeset be9c22a for scripts


Ignore:
Timestamp:
Feb 21, 2006, 12:23:59 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
17c4d95
Parents:
3a35f23
Message:

r608@server (orig r606): ryan | 2005-08-05 23:32:40 -0700
Unpack tarball before applying edits (duh)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/untested/blfs-scripts/blfs-graphviz.sh

    r3a35f23 rbe9c22a  
    1414fi
    1515
     16unpack_tarball graphviz-${GRAPHVIZ_VER}
     17cd ${PKGDIR}
     18
    1619if [ "Y" = "${MULTIARCH}" ]; then
    1720   extra_conf="${extra_conf} --with-expatlibdir=/usr/${libdirname}"
     
    2225   fi
    2326fi
    24 
    25 
    26 unpack_tarball graphviz-${GRAPHVIZ_VER}
    27 cd ${PKGDIR}
    2827
    2928max_log_init graphviz ${GRAPHVIZ_VER} "blfs (shared)" ${CONFLOGS} ${LOG}
Note: See TracChangeset for help on using the changeset viewer.