Changeset 1122 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Dec 12, 2010, 11:30:17 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Attempt to fix the issue around apt info generation with the new arch level in #56
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1121 r1122  
    15391539            # Also make a pbscript to generate apt bases
    15401540            # Cf: http://www.debian.org/doc/manuals/repository-howto/repository-howto.fr.html
     1541            # This dirname removes arch
    15411542            my $rpd = dirname("$pbrepo->{$ENV{'PBPROJ'}}/$repodir");
     1543            # this one removes the ver
     1544            $rpd = dirname($rpd);
    15421545            print PBS << "EOF";
    15431546#!/bin/bash
Note: See TracChangeset for help on using the changeset viewer.