Correct typo: %D points to ${LINUXBASE} and I wanted ${PREFIX}
which is ${PKG_PREFIX}
This commit is contained in:
parent
75d75ec05c
commit
f1d233c15e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42765
2 changed files with 2 additions and 2 deletions
|
@ -441,4 +441,4 @@ usr/lib/libudb_api.so
|
|||
@exec %%LINUXBASE%%/sbin/ldconfig
|
||||
@unexec %%LINUXBASE%%/sbin/ldconfig
|
||||
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
|
||||
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
|
||||
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
|
||||
|
|
|
@ -441,4 +441,4 @@ usr/lib/libudb_api.so
|
|||
@exec %%LINUXBASE%%/sbin/ldconfig
|
||||
@unexec %%LINUXBASE%%/sbin/ldconfig
|
||||
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
|
||||
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
|
||||
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
|
||||
|
|
Loading…
Reference in a new issue