|
Lines 27-33
Link Here
|
| 27 |
|
27 |
|
| 28 |
# Need to fix up paths for scripts in misc directory |
28 |
# Need to fix up paths for scripts in misc directory |
| 29 |
# that are automatically created by the makefile |
29 |
# that are automatically created by the makefile |
| 30 |
dosed /usr/share/gcal/misc/*/* |
30 |
for miscfile in ${D}/usr/share/gcal/misc/*/* |
|
|
31 |
do |
| 32 |
dosed "s:${D%/}::g" ${miscfile/${D}} |
| 33 |
done |
| 31 |
|
34 |
|
| 32 |
# Rebuild the symlinks that makefile created into the image /usr/bin |
35 |
# Rebuild the symlinks that makefile created into the image /usr/bin |
| 33 |
# directory during make install |
36 |
# directory during make install |