Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2ae101d93b |
|||
|
433fe695db |
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ class App(Base):
|
|||
# run: the -run package is installed: a VERSION file is
|
||||
# present in the project directory or
|
||||
# /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 = (
|
||||
(self.__projs_root, self.___opt_root),
|
||||
'/make/project.conf'
|
||||
|
|
|
|||
Loading…
Reference in a new issue