Skip to content

Commit 629afed

Browse files
authored
rpm: fix typo in comment (#966)
RPM install script uses `@PACKAGE_DIR@` macro for package directory. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 7f5e460 commit 629afed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-package/yum/fluent-package.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ if [ $1 -eq 1 ]; then
252252
for d in /etc/@COMPAT_PACKAGE_DIR@/*; do
253253
if [ ! "$d" = "/etc/@COMPAT_PACKAGE_DIR@/plugin" ]; then
254254
# except managed under deb files must be migrated
255-
echo "Migrating from /etc/@COMPAT_PACKAGE_DIR@/$d to /etc/<%= package_dir %>/..."
255+
echo "Migrating from /etc/@COMPAT_PACKAGE_DIR@/$d to /etc/@PACKAGE_DIR@/..."
256256
mv -f "$d" /etc/@PACKAGE_DIR@/
257257
fi
258258
done

0 commit comments

Comments
 (0)