|
|
| |
# Need to fix up paths for scripts in misc directory | # Need to fix up paths for scripts in misc directory |
# that are automatically created by the makefile | # that are automatically created by the makefile |
dosed /usr/share/gcal/misc/*/* |
for miscfile in ${D}/usr/share/gcal/misc/*/* |
|
do |
|
dosed "s:${D%/}::g" ${miscfile/${D}} |
|
done |
| |
# Rebuild the symlinks that makefile created into the image /usr/bin | # Rebuild the symlinks that makefile created into the image /usr/bin |
# directory during make install | # directory during make install |