Skip to content

Commit cd941b2

Browse files
committed
debian fix dbgsrc path
1 parent f9b9f1b commit cd941b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export PREFIX := /usr
44

55
dbgsrc_pkg_name := $(filter %-dbgsrc, $(shell awk '/^Package: /{print $2}' debian/control))
6-
debug_prefix_map_arg := -fdebug-prefix-map=$(shell pwd)/src=$(PREFIX)/src/$(patsubst %-dbgsrc,%,$(dbgsrc_pkg_name))
6+
debug_prefix_map_arg := -fdebug-prefix-map=$(abspath ../src)=$(PREFIX)/src/$(patsubst %-dbgsrc,%,$(dbgsrc_pkg_name))
77

88
export PRORAB_INSTALL_DBGSRC := true
99

0 commit comments

Comments
 (0)