forked from Imagelibrary/rtems
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove trailing '/' from RPM_SPECSdir.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.in: Remove trailing '/' from RPM_SPECSdir.
|
||||||
|
|
||||||
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove ACLOCAL_AMFLAGS.
|
* Makefile.am: Remove ACLOCAL_AMFLAGS.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ then
|
|||||||
elif test -d /usr/src/redhat/SPECS;
|
elif test -d /usr/src/redhat/SPECS;
|
||||||
then
|
then
|
||||||
RPM_SPECSdir=/usr/src/redhat/SPECS;
|
RPM_SPECSdir=/usr/src/redhat/SPECS;
|
||||||
elif test -d /usr/src/SPECS/;
|
elif test -d /usr/src/SPECS;
|
||||||
then
|
then
|
||||||
RPM_SPECSdir=/usr/src/SPECS;
|
RPM_SPECSdir=/usr/src/SPECS;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user