mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Don't add (extra) DESTDIR to tapsetdir for tapset_DATA.
https://bugzilla.gnome.org/show_bug.cgi?id=625876
This commit is contained in:
committed by
Colin Walters
parent
5e1c4b18a8
commit
f8ec75620d
@@ -153,7 +153,7 @@ endif
|
||||
|
||||
if ENABLE_SYSTEMTAP
|
||||
tapset_in_files = gobject.stp.in
|
||||
tapsetdir = $(DESTDIR)@ABS_TAPSET_DIR@
|
||||
tapsetdir = @ABS_TAPSET_DIR@
|
||||
tapset_DATA = $(tapset_in_files:.stp.in=.stp)
|
||||
EXTRA_DIST += $(tapset_in_files)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user