#!/bin/sh for i in ${TARGETS} do if [ -f ${WRKDIR}/${i}.in ]; then cat ${WRKDIR}/${i}.in | /usr/bin/sed \ -e "s;@@LOCALBASE@@;${LOCALBASE};g" \ -e "s;@@EMACS_LIBDIR@@;${EMACS_LIBDIR};g" \ -e "s;@@EMACS_VER@@;${EMACS_VER};g" \ -e "s;@@EMACS_LIBDIR_WITH_VER@@;${EMACS_LIBDIR_WITH_VER};g" \ > ${WRKDIR}/${i} fi done ='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/cal/pkg-plist
Commit message (Expand)AuthorAgeFilesLines