Fix erroneous uses of ${prefix} rather than $(CDE_INSTALLATION_TOP)
Some Makefiles use prefix when they should be using CDE_INSTALLATION_TOP. Patch by Peter G.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
icondir = ${prefix}/appconfig/icons/C
|
||||
icondir = $(CDE_INSTALLATION_TOP)/appconfig/icons/C
|
||||
|
||||
if JAPANESE
|
||||
jdir = ${prefix}/appconfig/icons/ja
|
||||
jdir = $(CDE_INSTALLATION_TOP)/appconfig/icons/ja
|
||||
|
||||
dist_j_DATA = bomb \
|
||||
bomb16 \
|
||||
|
||||
Reference in New Issue
Block a user