Skip to content

Commit 728c832

Browse files
committed
d/configure: get rid of EXTRA_FILES, it's not used
1 parent aa77f2a commit 728c832

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

debian/configure

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if [ "$1" == "-h" -o "$1" == "-help" -o "$1" == "--help" ]; then
3333
exit 0
3434
fi
3535

36-
EXTRA_FILES=
3736
EXTRA_BUILD=
3837
PYTHON_VERSION_NEXT=$(python3 -c 'import sys; print (sys.version[:2] + str(1+int(sys.version[2])))')
3938
LIBREADLINE_DEV="libreadline-gplv2-dev | libreadline-dev"
@@ -118,7 +117,6 @@ KERNEL_DEPENDS_BUILD=libudev-dev
118117
KERNEL_HEADERS=
119118
KERNEL_VERSION=uspace
120119
MODUTILS_DEPENDS=
121-
EXTRA_FILES="usr/bin/rtapi_app"
122120
DISTRIB_NAME=uspace-$DISTRIB_NAME
123121
MAIN_PACKAGE_NAME=linuxcnc-uspace
124122
OTHER_MAIN_PACKAGE_NAME=linuxcnc
@@ -133,7 +131,6 @@ sed \
133131
-e "s#@DISTRIB_NAME@#$DISTRIB_NAME#g" \
134132
-e "s#@DOC_DEPENDS@#$DOC_DEPENDS#g" \
135133
-e "s#@EXTRA_BUILD@#$EXTRA_BUILD#g" \
136-
-e "s#@EXTRA_FILES@#$EXTRA_FILES#g" \
137134
-e "s#@EXTRA_RECOMMENDS@#$EXTRA_RECOMMENDS#g" \
138135
-e "s#@KERNEL_DEPENDS@#$KERNEL_DEPENDS#g" \
139136
-e "s#@KERNEL_DEPENDS_BUILD@#$KERNEL_DEPENDS_BUILD#g" \

0 commit comments

Comments
 (0)