Skip to content

Commit

Permalink
Add missing libdir replacement
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Planas <aplanas@suse.com>
  • Loading branch information
aplanas committed May 20, 2024
1 parent 308368d commit ffb530d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EXTRA_DIST = transactional-update.in

do_subst = sed -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
-e 's,[@]prefix[@],$(prefix),g' \
-e 's,[@]libdir[@],$(libdir),g' \
-e 's,[@]VERSION[@],$(VERSION),g'

transactional-update: transactional-update.in Makefile
Expand Down

0 comments on commit ffb530d

Please sign in to comment.