Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c52453dc68 |
|||
|
c038676366 |
1 changed files with 0 additions and 4 deletions
|
|
@ -105,10 +105,6 @@ class App(Base):
|
||||||
# run: the -run package is installed: a VERSION file is
|
# run: the -run package is installed: a VERSION file is
|
||||||
# present in the project directory or
|
# present in the project directory or
|
||||||
# /usr/share/doc/packages.
|
# /usr/share/doc/packages.
|
||||||
if devel and name == self.__top_name:
|
|
||||||
# the topdir is the project's own buildable checkout
|
|
||||||
if os.path.exists(f'{self.__topdir}/make/project.conf'):
|
|
||||||
return True
|
|
||||||
search, file = (
|
search, file = (
|
||||||
(self.__projs_root, self.___opt_root),
|
(self.__projs_root, self.___opt_root),
|
||||||
'/make/project.conf'
|
'/make/project.conf'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue