Skip to content

Commit 9092338

Browse files
committed
Fix @wwwroot@ issue
1 parent 150e141 commit 9092338

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

global.mk

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ PREFIX=/usr/local
2727

2828
rmdblslash=$(subst //,/,$(subst //,/,$(subst /$$,,$1)))
2929

30-
31-
32-
3330
LIBDIR=${PREFIX}/lib
3431
WWWROOT=${DATADIR}/radare2/${VERSION}/www
3532

libr/include/r_userconf.h.acr

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737

3838
#define WITH_GPL @WITH_GPL@
3939

40-
#define R2_WWWROOT "@WWWROOT@"
40+
#define R2_WWWROOT R2_DATDIR"/radare2/"R2_VERSION"/www"
4141

4242
#endif

0 commit comments

Comments
 (0)